Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
pascaldamiani #1
session variable - lost
Appllication.cfm
<cfapplication sessionmanagement="yes" clientmanagement="yes">
but the session.variable wer lost from one page to another page...
why??? on another server, I work without problem : It's the same
configuration...
I saw that if I use <cflocation url=nextpage.cfm addtoken="yes"> with addtoken
is "yes" the session is ok...but if i use <a href></a> it lost again!!!so i
haven't find the solution for this problem
help......:(
pascaldamiani Guest
-
session variable lost
Hi, Some time ago I started losing session variables. Tried lots of stuff, but the only thing that worked was to restore my cfm files from a... -
#25465 [Opn]: Session lost, session.cookie.lifetime
ID: 25465 User updated by: sam dot houlder at teleperfomance dot no Reported By: sam dot houlder at teleperfomance dot no... -
#25465 [NEW]: Session lost, session.cookie.lifetime
From: sam dot houlder at teleperfomance dot no Operating system: Linux PHP version: 4.3.3 PHP Bug Type: Session related Bug... -
value of session variable gets lost
Julian wrote: Well, this syntax is not correct. It sould be: <A href="<%= session("wherewasit") %>"> click here </A> but now the Again,... -
[SESSION] Session variable deleted prior to command?
Hi all, I'm developing a database system on my local computer (OS/version details at bottom) with a simple user authentication using sessions. On... -
OldCFer #2
Re: session variable - lost
Your cfapplication has to have a name attribute for session management
OldCFer Guest



Reply With Quote

