Yup, setclientcookies is on, and we're having CFID/CFTOKEN passed around too.
J2EE sessions is switched on and I'm not sure if that may be causing a bit of a problem. Should it not be session.urlToken that's being passed around rather than just CFID/CFTOKEN. Martin Parry Macromedia Certified Developer http://www.BeetrootStreet.co.uk -----Original Message----- From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED] Sent: 08 March 2005 13:11 To: CF-Talk Subject: Re: Session question Make sure you're either using setclientcookies="true" or passing CFID/CFTOKEN in every single request... i.e. on every URL and in every form post. Laterz, J On Tue, 8 Mar 2005 10:48:13 -0000, Martin Parry <[EMAIL PROTECTED]> wrote: > Yeah, that's what I figured - I think it's possibly more deep-rooted in > the company's internal network infrastructure (it's an intranet btw) > with all users appearing as a single IP to CF.. That's not normally a > problem for me with websites but for this particular client it's giving > me nightmares.. I'm thinking of taking up bricklaying and leaving IT > completely ;-) > > I've modified their web.xml, increased the session time to 480 from 30 > to give them an eight hour working day, and set the default and maximum > values to 8 hours in CFAdmin - Not good form I'm sure, but I'm damned > desperate. > > Cheers Neil > > Martin Parry > Macromedia Certified Developer > http://www.BeetrootStreet.co.uk > > > -----Original Message----- > From: Robertson-Ravo, Neil (RX) > [mailto:[EMAIL PROTECTED] > Sent: 08 March 2005 10:50 > To: CF-Talk > Subject: RE: Session question > > Not sure what you mean? A session is alive until such a point the set > period > of inactivity has been exceeded. > > A session will not expire say just after 20mins - it is dictated by > inactivity. > > If you refresh a screen in a session the session is 'reset' > automatically. > > -----Original Message----- > From: Martin Parry [mailto:[EMAIL PROTECTED] > Sent: 08 March 2005 10:32 > To: CF-Talk > Subject: Session question > > Can anyone clarify if when you set a session variable it automatically > extends the user's session to whatever the session timeout is ?? > > I'm having terrible troubles with users having sessions cleared although > I've implemented a hidden iFrame that navigates to a page to set > session.currentTime with now() - The iFrame then refreshes every 60 > seconds. > > Or is there a "proper" way to extend a session ? > > Heeeelp > > Regards, > Martin. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197940 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

