Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
cmschofield #1
Re: Session Management Logout...
Try changing the Expires header to an RFC 1123 date format. According to the
RFC spec, it requires the following format: Thu, 01 Dec 1994 16:00:00 GMT
Try this:
<cfheader name="Expires" value="#GetHttpTimeString(DateAdd('d', -1, Now()))#">
Hope this helps!
cmschofield Guest
-
Session management in MX
We are going to move 2 applications from 2 separate 4.5 servers to 1 MX server and both applications use pretty much the same code for session... -
session management logout
I am trying to get some help with the cfheader expires, pragma and cache - control. As I understand, the meaning of these tags is to keep users... -
Session Management Logout...
I tried this because I am having the same problem and I can still use the back button on my browser without being prompted for a user name and... -
Session Management
Hello, We've reviewing the CGI::Session and Apache::Session modules, and both seem to do pretty much the same thing. Is one better then the other,... -
logout script - session id
"jimi" <jimiatasu@yahoo.com> wrote in message news:af502b88.0307202152.43c7f392@posting.google.com... <snip> Just to double check, do you have...



Reply With Quote

