Re: Losing session vars

2005-11-14 Thread Alan Rother
Glad I could help =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?

Re: Losing session vars

2005-11-14 Thread Cedric Villat
Thanks for the tip. I ended up using the Web Developer extension to just delete the session/domain cookies, then retried everything and it worked as expected. Thanks! Cedric >Tha should do it. > Any yes, you should be able to just dump the cookies, or if you have >firefox installed you can get

Re: Losing session vars

2005-11-14 Thread Alan Rother
Tha should do it. Any yes, you should be able to just dump the cookies, or if you have firefox installed you can get a really great extension set for it called the Web Developer extension set 0.9.4. It allows you to view the cookies you have set on your browser and it will show you the exact domai

Re: Losing session vars

2005-11-14 Thread Cedric Villat
Alan, I have the setdomaincookies set to Yes, and even restarted the server in hopes it would take affect. Do I need to set this in conjunction with something else? I suppose I can dump the cookie for both www.mysite.com and secure.mysite.com and make sure that the cfid/cftoken are the same.

Re: Losing session vars

2005-11-14 Thread Alan Rother
Cedric, Make sure you are setting domain level cookies. That is the part of the cfapplication tag setdomaincookies="Yes" If you do not do this then your sessions are only available to the exact domain you specify. HTH =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer

Re: Losing session vars

2005-11-14 Thread Cedric Villat
Tom, How would I go about checking that? Cedric >On Monday 14 November 2005 01:20, Cedric Villat wrote: >> their cart, etc. Short of adding the CFID and CFTOKEN to every link on the >> site, is there a way around this? I already have setDomainCookies set in my >> cfapplication, hoping that would

Re: Losing session vars

2005-11-14 Thread Thomas Chiverton
On Monday 14 November 2005 01:20, Cedric Villat wrote: > their cart, etc. Short of adding the CFID and CFTOKEN to every link on the > site, is there a way around this? I already have setDomainCookies set in my > cfapplication, hoping that would fix it, but no. What is the contents of the actual co

Losing session vars

2005-11-13 Thread Cedric Villat
r cart, etc. Short of adding the CFID and CFTOKEN to every link on the site, is there a way around this? I already have setDomainCookies set in my cfapplication, hoping that would fix it, but no. Anyone have any ideas how to solve this issue of losing session vars? Than

losing session vars before session timeout

2003-09-25 Thread Chris Hamer
I have a linux server that has started losing the session scope for all applications on the server. The apps were working as intended for several months, but now will not maintain a session through 30 or 40 seconds of requests. I set up a test page that, upon clicking a submit button, set a sess