Hi
I have read that web wiz dont use session. So my qustion is it possible to convert my session in to web wiz system. I need web wiz to check for my variables myTeam and myTeamStatus. If so how?
I have some members only (out side pages) and I have integrate this to ues web wiz login. And everything works fine. But this pages was diffrent and depends on a session.
This is my out sides pages.
1. All ready register visitor can create a gaming team on a page.
2. The creater of the team is the owner of the team as deafult.
3. The owner can create mebers that are a second admin for the team.
For this I had two sessions
Session("myTeam") = RS("aTeamID") Session("myTeamStatus") = RS("aTeamStatus") |
/SkIpErMan