Click to See Complete Forum and Search --> : Session variables not working?


cusimar9
03-06-2006, 06:51 AM
I've just had an email from a client with such a simple error that the only explanation I can see is that Session Variables are disabled on her system.

Can Session Variables ever be disabled? I knew you could disable cookies... but I didn't think cookies and session variables are the same thing...

JayM
03-06-2006, 11:54 AM
If cookies are disabled then Session Variables will not work because they use cookies to set a session ID.