Gurus,
We have a mystery in our development server.
Application.cfm is follows
......
......
<cfparam name="Session.LogState" default="OUT">
<cfif IsDefined("url.uCmpyID")>
<cfinclude template="set_session.cfm">
</cfif>
......
......
In "set_session.cfm",after our authentication session variable is set as
follows,
<cfset session.LogState = "IN">
Authentication
All pages looks for this session, otherwise it kicks you out.
Home page works fine and we can see the session variable in debug
statement.
But, here is mystery, if we click any link in home page, session
variable gets
disappeared and hence that page kicks you out. All links are cfmx
templates in same server and directory.
Also
(1) We have enabled session management in Application.cfm
(2) We have given ample time in CFMX admin for session timeout.
Have you come across this issue of losing sessions. Any ideas how to
retain session, between pages?
Venky
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
Session variable getting disappeared after CFMX home page in JRun
ANNAMANAIDU, VENKATESH (SBCSI) Fri, 14 May 2004 15:40:49 -0700