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