Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
harry1911 #1
creating new Session.sessionid problem
hi guys
i m storing my session.sessionid in database on user login but the problem is
this after logout if i dont use structclear(session) it doesn't create new
session.sessionid. and i want a new session.sessionid without closing browser.
and by using structclear it clears all session variables even cfid, cftoken and
sessionid etc.
thanks 4 ur help.:confused;
harry1911 Guest
-
session.sessionID overwrites on multiple logins...
I'm using this code to allow people to login into a site: <!-- Verify user in data base --> <cfquery name="qVerify" datasource="mySource">... -
#25574 [Bgs]: empty session.save_path = problem (session.use_only_cookies = 1)
ID: 25574 User updated by: markus.welsch@suk.de Reported By: markus dot welsch at suk dot de Status: Bogus Bug... -
#25574 [NEW]: empty session.save_path = problem (session.use_only_cookies = 1)
From: markus dot welsch at suk dot de Operating system: Linux 2.4.22 (Debian 3.0r1) PHP version: 4.3.3 PHP Bug Type: Session... -
ASP.NET Duplicate SessionID Problem
I'm using a custom Session object to store information about current selections in my asp.net application and I am running into a problem on IE... -
Session problem when setting session variables in files that are in different directories
I am running PHP 4.3.0 on a WinXPpro machine and I recently got problem with sessions. What I am building is a loginsystem and I need to save...



Reply With Quote

