>- see footer for list info -< cookies will work BUT The problem I see is if there are any session variables that have been set on the previous session those will be lost.
perhaps you can set a timeout that is say 2 seconds shorter then the application timeout and dump those vars to a Database just before it times out so you can reset them on relogin. That sounds like a bit of a cludge tho but cookies yes <cfcookie> :) Paul Swingewood wrote: >> - see footer for list info -< > > I have an application and the client has asked for the following... > > "Modify current system login to return the user to the page they were > last looking at when logged out and re login" > > What they are asking for is when the application variable times out > and the user is logged out at present they are sent to the login page > and then after successful login they are sent to the default page. How > can I return the user to the page they were last looking at? I think > this is a job for a cookie. The problem is not all of our users allow > cookies. > > So. are cookies the best way to go? > Is there some facility in CF that I can use to do this? > IS this best done by writing something to the database to track the > page the user is looking at? (sounds unecconomical this ..) > > > > Any ideas code snippets? > > > Regards - Paul > > > _______________________________________________ > > For details on ALL mailing lists and for joining or leaving lists, go > to http://list.cfdeveloper.co.uk/mailman/listinfo > > -- > CFDeveloper Sponsors:- > >> - Hosting provided by www.cfmxhosting.co.uk -< >> - Forum provided by www.fusetalk.com -< >> - DHTML Menus provided by www.APYCOM.com -< >> - Lists hosted by www.Gradwell.com -< >> - CFdeveloper is run by Russ Michaels, feel free to volunteer your >> help -< > > > > -- -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.2 (MingW32) mQGiBEMJc6MRBAC2egFX/Ith/wmUnTSo2cSogsvVxvYzAhjZspul5YKzLKGeum3h v/o59uwayRoTMIJSWP7zoxwu4T0sbODWPY2i9difkEy42TcBFxd23rq03GE1uZKa bhINBZ2cBmRISAZ91K1xxSWAPJ3M/EVMaxboaSBnckvNdfD9nCldtczRmwCgl/rh KLtSQron2p+O2ERfPhW3VbsD/iYvVtt+vfi/DzA4GIaBc/0VGF3Z2+W7DgxOSZss e18Rpbuhi/aruyfTE+yUp5pUamIbUAeX7McNENDvkbivJPz4NgC6hHycIrMfChOq e7lU85qTY3C2WBMY/5uM2Q3B7R7o5Ly/lFHjDv+CRiphpgmlUa0gZ1iReU2a70RH aFcwA/9nYGTNr80biW2q0MuQi2dH8pXS7GF60B18imhg6FWm9QSW1sOUzGrIijOh L8oFYq/gmsNnUJLTNqEHXonoilHIgS5grXQwqRIuGYdFH1vzdLlN3vPM/aUo7YDL QqUYjwEGeW0VVPNbaO2Hni2RQf8EF8hEUbJJNQk1wDi+GTb2f7QiTWF0dCBIb3Ju IDxNYXR0QGN5cGhlcnB1bmsuemEubmV0PohjBBMRAgAjBQJDCXOjBQkJZgGABgsJ CAcDAgQVAggDBBYCAwECHgECF4AACgkQHT+oyPDmR+vzegCfYLkJiL4UQwwoL86j sGfuGOW6u/QAmgM2SMRc6lRcHmwaVAO30AwudeKguQINBEMJc9wQCACGn6BHGuqA zE3aLX5K6lrLav1qGNS6MN6omFek3qWmmGxQUtnaEkXWdV44HE5wG1TYI0VPxi0D GuzgO004Kz5z0fx2mcsRc39ljoO+KAZBeZ+pCuTPZqhwWRFnVfRSHQ4O2EFz5pjo Z+JJLYYdga8g+nDj79KUVyHRYy6y0f+XTqqWKCCPeVwCH+PX1CC6WlrAqTNxMrfi bOzu3knx6zwqai5705C6mUUQZx0zLkNPKn/FlsAxUw5ITaunFVQH0d6Onx4n+X/t 8EUrZyBKZwi5PcF8x69+vHVZ53OWXUC3r6B3jn9FjsadaFpQF9djvBIgxubnYJ4Q CxfEQi4zwgHTAAMGB/0coLZgt3+K3DJLOKxKIvwhsburxDnt1ktP2+jnaAg+R/Li mS+vXMgXQKhNWW1pthQ7BQhdsYbNAxPkqMyDlqeZ5KuTFciZTBVoWM4YgcZ5ErWo M1ilXr35HJ2b316uZd2HWm5pJY0b/sWQiNbfMHoLtHPmFo7cZp1sPKQoS9Gb4oeT LrFb3xeRYei3SMs7FpLPKAQdRFv8QceEhFVYubppSDq9SemObmaVrp+oZeS9cpmr v51xoxbZdEYYDmrfM6fgSyFSPKz737p2/QECz5KfEt2YELW/xrlCQ8App0wL9Blh dC48hGjRvYg0BsZRfz//JYL9DBVAPRgMpxWIiQ4/iEwEGBECAAwFAkMJc9wFCQlm AYAACgkQHT+oyPDmR+tZawCcCcPxJ4NbgLd/0lxj+JxaF/9/83EAn1QnXm1PVKPQ kq+RXZ75nleWemIZ =MFu7 -----END PGP PUBLIC KEY BLOCK----- _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
