Ask a Question related to Macromedia ColdFusion, Design and Development.
-
braseth #1
Can user preferences override a Session variable?
Can a user have set an preferences in their browser that would prevent a
session from being set by my application? I'm using the same methods I always
use in CFMX 6 to set and check for sessions. But I have a user whose session is
not being set, and thus CF throws an error.
<CFAPPLICATION NAME="myApp" SESSIONMANAGEMENT="yes" SETCLIENTCOOKIES="no"
SESSIONTIMEOUT="#createTimeSpan(0,0,30,0)#">
<CFSET session.user_id="#CGI.REMOTE_USER#">
(my company has a local security system that makes a credential available as a
CGI variable.)
braseth Guest
-
#39634 [NEW]: session variable and normal variable
From: erhanbaris at gmail dot com Operating system: Win Xp SP1 PHP version: 5.2.0 PHP Bug Type: Variables related Bug... -
Override Session Timeout
Hi All, I have a problem. In my machine.config file, httpRuntime executionTimeout="90". and it dosent have <location> attribute nad... -
Datalist - how (if) to use a sub variable or session variable in the footer?
Hi, sorry to be greedy with all my posts lately, but can you tell I'm doing new things this week? I've just done my first datalist (a simple... -
[SESSION] Session variable deleted prior to command?
Hi all, I'm developing a database system on my local computer (OS/version details at bottom) with a simple user authentication using sessions. On... -
user access to only certain pages through session variable?
Some time ago I set up an ASP application that used a login page which checked a username and password against a database to determine a users... -
Ken Ford - *TMM* & PVII #2
Re: Can user preferences override a Session variable?
Are cookies tuned off for that user?
Sessions need cookies to work.
--
Ken Ford
PVII Support Team
[url]http://www.projectseven.com[/url]
Team Macromedia Volunteer - Dreamweaver
Certified Dreamweaver MX 2004 Developer
"braseth" <webforumsuser@macromedia.com> wrote in message news:d9u7ue$no8$1@forums.macromedia.com...> Can a user have set an preferences in their browser that would prevent a
> session from being set by my application? I'm using the same methods I always
> use in CFMX 6 to set and check for sessions. But I have a user whose session is
> not being set, and thus CF throws an error.
>
> <CFAPPLICATION NAME="myApp" SESSIONMANAGEMENT="yes" SETCLIENTCOOKIES="no"
> SESSIONTIMEOUT="#createTimeSpan(0,0,30,0)#">
>
> <CFSET session.user_id="#CGI.REMOTE_USER#">
>
> (my company has a local security system that makes a credential available as a
> CGI variable.)
>
>
Ken Ford - *TMM* & PVII Guest
-



Reply With Quote

