<pre> <cflock scope="Session" type="Exclusive" timeout="20">
<cfset StructDelete(Session, "userObject")>
</cflock>
</pre>
after logout, if the user goes back to the login page, it displays the
form again because i check for the session user object, which no
longer exists. but if i go to the protected page, it shows the
protected content still! if i clear my cache and refresh, it hides the
protected content as intended. I dont get it because im using the same
check for session object on both pages, yet only one works as
intended.
can i force coldfusion to not cache this page? what am i doing wrong?
Cheers,
Judah
> --
> You received this message because you are subscribed to the Google Groups "CFCDev" group.
> To post to this group, send email to cfc...@googlegroups.com.
> To unsubscribe from this group, send email to cfcdev+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en.
>
>
>
>