Hello,
I'm using session variables in my script. The PHP manual says that by default, the cookie is deleted everytime the browser is closed. Hence I do not make an explicit session_destroy() call.
However, it does not seem to work that way on my server. Everytime I revisit the page, the variables take on the old values from the last session. What am I doing wrong...
Please help. Basically I want to set up the server so that everytime I visit the page, a NEW session should be created and all the session variables should be reInitialized.
Thank you...
Here is my configuration info...
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_lifetime 0 0
session.gc_maxlifetime 0 0
session.gc_probability 1 1