PDA

View Full Version : Non Cookie Session Variables


daniel_tau264840
06-24-2011, 12:13 PM
Hi all-

I am new to WebAssit. Was using DW developer's toolbox before. In developer toolbox, you could define your session variables when you defined your connections to your db etc etc.

Now that I am using WA, I can't figure out where you set those variables (manually or is there a wizard of sorts?) and where they reside. I do not want to use cookies.

Any and all help will be greatly appreciated.

Thanks

Daniel

Jason Byrnes
06-24-2011, 01:09 PM
Depends on the session variables you are trying to set.

to set a general session variable, go to the Server Behaviors panel, click the plus button and select WA Cookies -> Set Session Value.

If you are trying to set a session value as part of login from your users table, you would edit the Security Assist Authenticate user server behavior, on the third step of the wizard, you can select columns from the user table to store in a session.

daniel_tau264840
06-24-2011, 06:25 PM
I will try your suggestion and see if it works. right now I am having lots of issues installing the extensions. I will let you know how it turns out. Thanks again.

Daniel