hi all,
i am having a problem where i am not able to delete a session variable. the session variable that i'm using is session.sessionID, so the number is automatically generated by the server. i've put the sessiontimeout as 30 minutes. the code i'm using to delete the session.sessionID variable is:
<cflock timeout="30" name="session" type="exclusive">
<cfset StructDelete(session,"session.sessionID"
>
</cflock>
another question i have is, is it possible that the server will generate the same session.sessionID the next time you come on the page, even after its deleted?
thanks all!
karren
i am having a problem where i am not able to delete a session variable. the session variable that i'm using is session.sessionID, so the number is automatically generated by the server. i've put the sessiontimeout as 30 minutes. the code i'm using to delete the session.sessionID variable is:
<cflock timeout="30" name="session" type="exclusive">
<cfset StructDelete(session,"session.sessionID"
</cflock>
another question i have is, is it possible that the server will generate the same session.sessionID the next time you come on the page, even after its deleted?
thanks all!
karren