Does anyone have a tutorial or FAQ for setting up a cookie to store SESSION variables?
I cannot get the session variables to work on my testing area. Does SESSION require a web server to process ? I am testing my site work locally.
I need to pass a number of variables across a 5 step website for users to complete a form. I'd rather not dump the data to a DB for each step for performance reasons, but I can't get ASP or PHP to process SESSION variables.
Any suggestions appreciated.
B.
P.S. Does ASP page require a SESSIONENABLED tag at the top? if so, what is the syntax.
I cannot get the session variables to work on my testing area. Does SESSION require a web server to process ? I am testing my site work locally.
I need to pass a number of variables across a 5 step website for users to complete a form. I'd rather not dump the data to a DB for each step for performance reasons, but I can't get ASP or PHP to process SESSION variables.
Any suggestions appreciated.
B.
P.S. Does ASP page require a SESSIONENABLED tag at the top? if so, what is the syntax.