Why don't you just use the premade session.URLToken?

> Yup sounds ok to me.  The only thing I do extra is to put some code in my
> Application.cmf which creates a string containing the CFID and CFTOKEN if
> the user has session level cookies turned off.  I then append
> this string to
> every hyperlink, form posting, CFLocation in my site to ensure state is
> maintained
>
> ------------------------------------------------------------------
> Andrew Ewings
> Project Manager
> Thoughtbubble Ltd
> http://www.thoughtbubble.net
> ------------------------------------------------------------------
> United Kingdom
> http://www.thoughtbubble.co.uk/
> Tel: +44 (0) 20 7387 8890
> ------------------------------------------------------------------
> New Zealand
> http://www.thoughtbubble.co.nz/
> Tel: +64 (0) 9 488 9131
> ------------------------------------------------------------------
> The information in this email and in any attachments is confidential and
> intended solely for the attention and use of the named addressee(s). Any
> views or opinions presented are solely those of the author and do not
> necessarily represent those of Thoughtbubble. This information may be
> subject to legal, professional or other privilege and further distribution
> of it is strictly prohibited without our authority. If you are not the
> intended recipient, you are not authorised to disclose, copy,
> distribute, or
> retain this message. Please notify us on +44 (0)207 387 8890.
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 29 March 2001 12:39
> To: CF-Talk
> Subject: R U aggry with me on session concept?
>
>
>
> Dear Sir  Andy
> i was also suffering from such type of problem.
> When the user logs in by his login name and password.At this time
> we create
> a session variable.
> And when the user will request for  any page, we will check that session
> variable is in existance.?
> we check at the top of every page whether session variable is alive or not
> ...OR simply we write statements in
> Application.cfm file.
> creation variable process:
>                session.started="true"
> To check session variable existance.
> <cfif not isDefined("session.started")>
>     <cflocation template="login.cfm">
> </cfif>
> Plz give response.
> Best Regards
>
> Muhammad Mumtaz Ahmad
> software Engineer.
> AcroLogix (Pvt) Ltd.
> 106/3, Saint Johns Park
> Lahore, Pakistan.
> Tel: 92-42-6664301~04      Fax: 6664307
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to