Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DarkMan

Status
Not open for further replies.

lminmei

Programmer
Feb 1, 2000
111
US
Thank You for your help.&nbsp;&nbsp;<br>However I get an error saying that:<br>&quot;Attempt to access a Session variable when session management is not enabled. Use the CFAPPLICATION tag to enable session management.&quot;<br><br>What does that mean?<br>Where and how do i use that tag?
 
Create a file called Application.cfm&nbsp;&nbsp;(according to allaire, the file should start with the capital A).<br><br>In the Application.cfm file, use this tag:<br><br>&lt;CFAPPLICATION NAME=&quot;myapp&quot; SESSIONMANAGEMENT=&quot;Yes&quot; SETCLIENTCOOKIES=&quot;No&quot;&gt;<br><br>This should get rid of that error......<br><br>Let me know if this helps :)
 
Hi Darkman <br>&nbsp;I read through your comments about authentication of user and password thing.&nbsp;&nbsp;Thank's alot for the tips it is very good but I do have a question here.&nbsp;&nbsp;IS it possible not to show <A HREF=" TARGET="_new"> to the browser because user can copy this <A HREF=" TARGET="_new"> and paste it to the new open window and wolla it as good as not registered <br><br>Thank you <br><br>Mashuri
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top