Sessions

2000-05-09 Thread WL
Hi, Can anyone point me to a URL with advise or tutorials or code-snippets on getting a Session working with CF? I'm fairly new to it (2 weeks) and have yet to look at how it deals with sessions. Any help is appreciated guys. Will Lukrative Media Ltd - Berkshir

Sessions

2001-01-17 Thread Michael Ross
I have an app that sets a session id. The first time you call any page(which uses application.cfm)it sets a number and works great. If i refresh the page I get a var that looks like this tcom_686_### where tcom is the application name, 686 is a number that is being incremented everytime I

sessions

2002-01-21 Thread Shawn Regan
Does anyone know what this is? session.mytype=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223334 4445654321 Shawn Regan Applications Developer pacifictechnologysolutions __ Why Share? Dedicated Win 2000 Serv

Breaking Sessions

2000-08-04 Thread Erika Foster
I know this has been discussed over and over again, but how do I break off sessions so that I can FTP a new version of my datasource? I've tried breaking the connection with a broken query... its not working. Any ideas? Erika Foster engineering-environmental Management Applications Deve

Newbie: Sessions

2000-08-10 Thread Art Broussard
I am trying to understand sessions and trying to know when I should use them. So far I have done every thing with cookies. Is there a good place to read about sessions online? Also, I was told not to use them at all by one of the guys in the office. Is there a reason why? Thanks Art

Monitoring Sessions

2000-08-11 Thread Chad
Is there any way to monitor the number of sessions for a CFapplication? And is there a way to see how much time is left in a Session? Thanks Chad -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To

Tracking Sessions

2003-06-09 Thread Haggerty, Mike
What strategies does everyone use for tracking who is on your site at a given time? For instance, let's say someone wanted a count of the users who are currently logged in, how should one go about doing this? Currently, what I do is create a application array that stores a username and the time th

sessions timeout?

2000-05-25 Thread Greg Czechowicz
Is there a way to change the session timeout for a session for just one user? I am not too familiar with session management and am curious Thanks --- THIS E-MAIL AND ITS ATTACHMENTS ARE INTENDED ONLY FOR TH

Jumping Sessions??

2000-05-31 Thread Michael Grundvig
infomation (specifically employee numbers) we pass them via session variables. On every page, we run queries against Sybase to pull their name, infomation, etc. Now the problem is that people are "jumping" sessions. So user A will see user B information. It seems consistent, so you dont sw

Sessions Count

2000-07-09 Thread David
This is a multi-part message in MIME format. --=_NextPart_000_0005_01BFEA6F.84B3AB60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, Is there a way to count the number of current active sessions in CF 4.5? Thank you a

CFOBJECT & Sessions

2000-10-06 Thread DeVoil, Nick
I'm using a COM object to parse an XML doc: That works fine as long as I only have one page. But once I've loaded the document, I want to keep it in memory across pages. I put it in a session variable: Session.xmlDoc = xmlDoc; and in the next page, when I do I get the right answer.

CF Sessions?

2000-10-09 Thread Robert Sarno
Can someone please point me to a great example area for CF sessions. The ones in the Allaire Que books are horrible for my needs. I am trying to use NT Authentication to authenticate persons to particular sessions on our corporate sight instead of a login screen. No such luck that I can see

Open Sessions

2000-05-02 Thread Dan Blickensderfer
I have a users login screen for a security web site. I have sessionmanagement enabled. I was wondering, Is there a way to find active sessions on a user? Thanks, Dan -- Archives: http://www.eGroups.com/list/cf-talk To

Re: Sessions

2000-05-09 Thread Reuben King
et to look at how it deals with sessions. > > Any help is appreciated guys. You have to first use a somewhere, probably in your application.cfm file.. Then, you simply read and write variables like normally except you name them "session.varname".. such as and then i

Sessions/cookies

2001-01-02 Thread Michael Ross
Sorry to ask a question about this but I am having problems. I set up my application.cfm for sessions. I am able to use them almost all the time. Then out of the blue I will get this error message. Error

RE: Sessions

2001-01-17 Thread Warrick, Mark
om: Michael Ross [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 17, 2001 9:07 AM > To: CF-Talk > Subject: Sessions > > > I have an app that sets a session id. The first time you call > any page(which uses application.cfm)it sets a number and works > great. If i refr

Re: Sessions

2001-01-17 Thread Michael Ross
opps I am sorry to everyone. It was pointed to me that my message might be viewed differently than I intended. My message didn't really show that I do have a problem. My problem is that on the first call of the page my sessionid is 49494949 (or eight numbers only). The second time any page i

RE: Sessions

2001-01-17 Thread Raymond B.
urltoken in the url. -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: January 17, 2001 12:07 To: CF-Talk Subject: Sessions I have an app that sets a session id. The first time you call any page(which uses application.cfm)it sets a number and works great. If i refresh the p

RE: Sessions

2001-01-17 Thread Katrina Chapman
MM Michael, Can we see the application.cfm code? And/Or a link to the offending page. BB, --K -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 8:53 PM To: CF-Talk Subject: Re: Sessions opps I am sorry to everyone. It was pointed to

Re: Sessions

2001-01-17 Thread Jennifer
You are probably setting the session variable on every page. Try testing whether the session variable is defined and setting the session variable if it isn't. At 03:53 PM 1/17/01 -0500, you wrote: >opps I am sorry to everyone. It was pointed to me that my message might be >viewed differently t

RE: Sessions

2001-01-18 Thread Michael Ross
01/17/01 11:57AM >>> MM Michael, Can we see the application.cfm code? And/Or a link to the offending page. BB, --K -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 8:53 PM To: CF-Talk Subject: Re: Sessions opps I am sorry

RE: Sessions

2001-01-19 Thread Katrina Chapman
[mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 1:35 PM To: CF-Talk Subject: RE: Sessions THanks all. Here is my application.cfm code as it is. It may not be pretty. In a perfect world I want to check to see the sessionid variable is active(aka the user is already here). If so then upda

Counting Sessions

2001-06-27 Thread Steve Reich
How does a web site know that there are "26 users on our site right now... oh, wait, now 27"?? Steve ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-a

RE: sessions

2002-01-21 Thread Steve Oliver
To: CF-Talk Subject: sessions Does anyone know what this is? session.mytype=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode122 3334 4445654321 Shawn Regan Applications Developer pacifictechnologysolutions

RE: sessions

2002-01-21 Thread Brendan Avery
you can make it happen any time by doing this: when you don't have sessions enabled in your cfapplication. > -Original Message- > From: Shawn Regan [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002 12:00 > To: CF-Talk > Subject: sessions > > >

Re: sessions

2002-01-21 Thread Jochem van Dieten
Shawn Regan wrote: > Does anyone know what this is? > > session.mytype=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223334 > 4445654321 It usually means you tried to write a read-only variable. Jochem __ Why Sh

RE: sessions

2002-01-21 Thread Shawn Regan
Yeah, I have it enabled in my cfapplication tag. Shawn Regan Applications Developer pacifictechnologysolutions -Original Message- From: Brendan Avery [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 12:45 PM To: CF-Talk Subject: RE: sessions you can make it happen any time

RE: sessions

2002-01-21 Thread Shawn Regan
---> Shawn Regan Applications Developer pacifictechnologysolutions -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 12:38 PM To: CF-Talk Subject: RE: sessions It means that your c

Sessions Revisited....

2003-11-17 Thread Schuster, Steven
m a module and pass the Site ID to it and place it in the root but is there a way to make the sessions see each other? Steve [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Fusebox sessions

2004-10-01 Thread Rodger
I want to put all of the session info that I would normally put into application.cfm using fusebox. Info such as " I am currently using fusebox 3. Rodger Meier [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Suppor

J2EE Sessions

2005-01-27 Thread Brook Davies
I'm trying to cluster 2 CFMX Pro servers using J2EE session vars. I'm told its possible. Does this require, that when I installed CFMX I selected the "J2EE configuration (Coldfusion MX with Jrun4)" as opposed to the standard "Server Configuration" option? I'

Shared sessions

2005-04-05 Thread jhaque
Hello, We're going a bit crazy here trying to figure this out. Coldfusion 5.0 --- Using session variables for user identification and there is serious overlap. A users at site A logs in and starts using the system and all of a sudden he can see things for a user in site B. This even though the

track total sessions?

2002-10-18 Thread Chad
Is there any way to track the total number of sessions on a web site or even the entire web server? This way you could put a little thing in on the web site that says "543 users currently online". ~| Arch

CF and Sessions

2003-02-05 Thread Robert Shaw
Does ColdFusion use the browser IP address to track Session ID's. If so, how does Cold Fusion server handle multiple connections from behind the same fire wall? TIA, Rob ~| Archives: http://www.houseoffusion.com/cf_lists/

CFMX and sessions.

2003-03-06 Thread Bud
Hi all. Every time I think I've turned the corner with MX, it bites me in the rear. OK Batman. Riddle me this: How in the world do you keep a session alive in CFMX when... A) Cookies are disabled and B) You move from one domain to the other ??? I have 3 situations with my shopping cart. 1

Re: Breaking Sessions

2000-08-05 Thread Deborah Lafky
We typically just stop the server, although it's true we have a low-volume site. - Original Message - From: Erika Foster <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 04, 2000 8:29 PM Subject: Breaking Sessions > I know this has been discussed

Re: Breaking Sessions

2000-08-06 Thread Bud
On 8/4/00, Erika Foster penned: >I know this has been discussed over and over again, but how do I break off >sessions so that I can FTP a new version of my datasource? > >I've tried breaking the connection with a broken query... its not working. > >Any ideas? That should w

RE: Newbie: Sessions

2000-08-10 Thread Robert Everland
EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 3:09 PM To: [EMAIL PROTECTED] Subject: Newbie: Sessions I am trying to understand sessions and trying to know when I should use them. So far I have done every thing with cookies. Is there a good place to read about sessions online? Also, I was told n

Re: Newbie: Sessions

2000-08-10 Thread Tammy Schilling
F person I know like the Mastering Cold Fusion book. Maybe that one has a good chapter. Tammy Art Broussard wrote: > I am trying to understand sessions and trying to know when I should use > them. So far I have done every thing with cookies. Is there a good place to > read about sessions

Re: Newbie: Sessions

2000-08-10 Thread Joyce E. Evans
ges of the application.' If you had asked me 6 months ago if I would ever use session variables I probably would have said "NO" but this was one place I have found them very useful. > > Art Broussard wrote: > > > I am trying to understand sessions and trying to know w

RE: Newbie: Sessions

2000-08-10 Thread Jason Aden
ebworld studios, inc. -Original Message- From: Art Broussard [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 3:09 PM To: [EMAIL PROTECTED] Subject: Newbie: Sessions I am trying to understand sessions and trying to know when I should use them. So far I have done every thing with cook

Re: Newbie: Sessions

2000-08-11 Thread Art Broussard
Thanks all for the help! Now if you can help me with this. I turn on session manegment in my application.cfm file and set the ime out for 10 min. I have a person enter username and password. If correct I set the session.login to yes. Now if they don't use the site for longer then 10 min., what

Re: Newbie: Sessions

2000-08-11 Thread Jamie Keane
02 AM Subject: Re: Newbie: Sessions >Thanks all for the help! > >Now if you can help me with this. I turn on session manegment in my >application.cfm file and set the ime out for 10 min. I have a person enter >username and password. If correct I set the session.login to yes. Now if >

Re: Newbie: Sessions

2000-08-11 Thread Todd Ashworth
variable and redirects if it is expired, not created, etc. Todd Ashworth - Original Message - From: "Art Broussard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 11, 2000 11:02 AM Subject: Re: Newbie: Sessions | Thanks all for the help! | | Now if you

RE: Newbie: Sessions

2000-08-11 Thread Dennis Powers
3)879-2844 http://www.uxbinfo.com -Original Message- From: Art Broussard [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 11:02 AM To: [EMAIL PROTECTED] Subject: Re: Newbie: Sessions Thanks all for the help! Now if you can help me with this. I turn on session manegment in my applica

RE: Monitoring Sessions

2000-08-11 Thread Matthew Walker
> Is there any way to monitor the number of sessions for a CFapplication? > > And is there a way to see how much time is left in a Session? Wouldn't JavaScript be the best way to go? It would have to make i

Sessions and frames

2000-08-22 Thread Shawn Regan
ethods for sessions and frames? I only ask this because we are getting a weird thing happening now with our server. We have a page of links which point to a framed page which loads a site in the upper frame and a cfm control page in the lower. But for some reason after the user logs in and then clicks on an

Tracking Active Sessions

2000-08-22 Thread AustralianAccommodation.com Pty. Ltd.
Thanks to some of the members of this group I have been able to find the code necessary to allow me to tract how many live sessions exist on the site at any one time the output of the code provides the users ip address and the time the session has been idle. I am wondering how I can have it so

Sessions Not working?

2002-12-13 Thread Costas Piliotis
I have a client that has set up a site, and they are having session issues. When accessing a site using the IP Address, everything works fine. When accessing the same site using a hostheader, coldFusion doesn't seem to start a session. I have checked to see if the cookie gets written at the s

Re: Jumping Sessions??

2000-06-01 Thread Deanna L. Schneider
The one time I've seen this happen was when the server admin didn't do a complete uninstall of an earlier version of cf server before upgrading. Somehow, there were two sets of session variables, and the variables didn't _really_ get set until the second time. (So, people had to double log in, etc

RE: Jumping Sessions??

2000-06-01 Thread Dan G. Switzer, II
Mike, Are you running a cluster of servers by any chance? If so, you'll have to use sticky sessions in order to ensure the user doesn't get delegated to a server other then the one they started off being connected to. If you're using a cluster, you should be able to use Clien

Re: Jumping Sessions??

2000-06-01 Thread Michael Grundvig
First off thanks for the responses and the suggestions thus far. To answer the questions: >>Is their a proxy server being used? 1. Not that I know of, but a proxy DOES reside on the intranet and I assume it could be possible all web requests are going through it or through our intranet firewall,

Re: Jumping Sessions??

2000-06-01 Thread GE
ifically employee > numbers) we pass them via session variables. On every page, we run queries > against Sybase to pull their name, infomation, etc. Now the problem is that > people are "jumping" sessions. So user A will see user B information. It > seems consistent, so you do

Re: Jumping Sessions??

2000-06-01 Thread Greg Saunders
roblem, session variables. To protect infomation (specifically employee >numbers) we pass them via session variables. On every page, we run queries >against Sybase to pull their name, infomation, etc. Now the problem is that >people are "jumping" sessions. So user A will see user B

RE: Jumping Sessions??

2000-06-01 Thread Mike Sheldon
: Michael Grundvig [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 07:38 To: [EMAIL PROTECTED] Subject: Re: Jumping Sessions?? First off thanks for the responses and the suggestions thus far. To answer the questions: >>Is their a proxy server being used? 1. Not that I know of, but a prox

Cookies and Sessions

2000-06-24 Thread WL
Hi all, Cookies - they're next on my "To-Do But Don't Know How" list. I've just today started laying the foundations, with some basic SQL and form processing, of the re-writing of one of my Sites. I need to start having an advanced Cookie and Session based membship system - but how? So I was w

Re: Sessions Count

2000-07-09 Thread Jared Clinton
lti-part message in MIME format. > > --=_NextPart_000_0005_01BFEA6F.84B3AB60 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > Hi all, > > Is there a way to count the number of current active sessi

Problem Handling Sessions

2000-07-31 Thread Eron Cohen
Hi Folks, I have two questions about sessions. 1) I have an application that opens a pop-up javascript window with a form. This on the javascript window submits itself back to the template that opened it. It seemed to be working fine, but suddenly I am loosing my session when the form is

Killing IE sessions

2002-07-05 Thread Jake McKee
All, I have an odd problem that I was hoping someone might be able to help me out with. I have a login application. When a user is logged in, and closes the window (thus the session) in IE it doesn't kill the session like it is supposed to. The odd part of this is that on my 127.0.0.1 dev envi

RE: CFOBJECT & Sessions

2000-10-06 Thread Paul Johnston
nal Message- > From: DeVoil, Nick [mailto:[EMAIL PROTECTED]] > Sent: 06 October 2000 16:32 > To: CF-Talk > Subject: CFOBJECT & Sessions > > > I'm using a COM object to parse an XML doc: > >name="xmlDoc"> > > That works fine as long as I

CF Sessions Examples?

2000-10-09 Thread Robert Sarno
Can someone please point me to a great example area for CF sessions. The ones in the Allaire Que books are horrible for my needs. I am trying to use NT Authentication to authenticate persons to particular sessions on our corporate sight instead of a login screen. No such luck that I can see

Re: CF Sessions?

2000-10-09 Thread Jim McAtee
> I am trying to use NT Authentication to authenticate persons to particular > sessions on our corporate sight instead of a login screen. No such luck > that I can see an example liek that. Using NT authentication can be pretty straightforward. The simplest scenario is to just set th

sessions emptying themselves

2000-10-11 Thread Eli Shechter
Hi are there any reasons why a session variable would empty out by itself?? i have a session variable that after clicking to another page, just empties itself it will still exist, but it will be empty. any suggestions? Thanx -Eli- ---

RE: CFOBJECT & Sessions

2000-10-16 Thread Dave Watts
> I'm using a COM object to parse an XML doc: > >name="xmlDoc"> > > That works fine as long as I only have one page. > > But once I've loaded the document, I want to keep it in memory > across pages. I put it in a session variable: > > Session.xmlDoc = xmlDoc; > > and in the next page,

RE: CFOBJECT & Sessions

2000-10-17 Thread DeVoil, Nick
hanks Nick -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 17, 2000 2:15 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: CFOBJECT & Sessions > I'm using a COM object to parse an XML doc: > >

Automatically Terminating Sessions

2000-11-16 Thread AustralianAccommodation.com Pty. Ltd.
I do not have a logout facility in my cf site and all sessions stay active until there has been 30 minutes in inactivity and then the session times out. Are there any ways of terminating a session based on the user closing the browser or else leaving the site and visiting another site. ??? I

Single Threaded Sessions

2001-11-21 Thread Robert Everland
Does this option in CF5 cause the server to slow down in any way. I was thinking of changing my application to use session variables but was dreading locking ever little variable. Can anyone give me any pitfalls on this option? Robert Everland III Dixon Ticonderoga ~~~

Manually expiring sessions

2000-12-05 Thread CAlvarado
Is there a way to manually expire a session? I know is ASP you can do something like session.expire, so I know there has got to be a way to do it in CF. I think I saw someone post the method a while back but I cannot recall. Thanks for any help. chris.alvarado cold.fusion - developer [phone] 512

RE: Sessions/cookies

2001-01-02 Thread Jason Lees (National Express)
Try putting ## around na UPDATE tblsessions SET LOGIN = 'rumm01', LOGGEDIN = 'YES' WHERE IDNUMBER= #na# Jason Lees National Express Email : [EMAIL PROTECTED] -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: 02 January 2001 14:38 To: CF-Ta

RE: Sessions/cookies

2001-01-02 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, Change your query to: SELECT IDNUMBER FROM tblsessions WHERE IDNUMBER = '#IDNUMBER#' Right now you're telling your database server "Get me the idnumb

Re: Sessions/cookies

2001-01-02 Thread Jeffry Houser
: > Sorry to ask a question about this but I am having problems. I set up my >application.cfm for sessions. I am able to use them almost all the time. Then out >of the blue I will get this error message. > --

Re: Sessions/cookies

2001-01-02 Thread Greg Wolfinger
eg - Original Message - From: "Michael Ross" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 02, 2001 9:37 AM Subject: Sessions/cookies > Sorry to ask a question about this but I am having problems. I set up my application.cfm

Re: Sessions/cookies

2001-01-02 Thread Michael Ross
that code, giving an error. Michael Ross wrote: > Sorry to ask a question about this but I am having problems. I set up my >application.cfm for sessions. I am able to use them almost all the time. Then out

Re: Sessions/cookies

2001-01-02 Thread Jeffry Houser
I don't know if you missed my additional comments in the code or not, but just to re-specify, You use CFPARAM to set the default to 'na' and when you check the value (in the else statement) you are checking for 'NA' . Technically, the two values are different. Does anyone know if the CF

Re: Sessions/cookies

2001-01-02 Thread Jamie Keane
Charlotte, NC 28270 www.solutionmasters.com 704.849.7771 x 228 Voice 704.849.9291 Fax -Original Message- From: Jeffry Houser <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Date: Tuesday, January 02, 2001 12:29 PM Subject: Re: Sessions/cookies > > I don't k

Early Expiring Sessions

2001-02-27 Thread Neil H.
Does anyone notice on CF 4.51 SP2 that sessions expire early? I set my application to 30 minutes and I am sure the admin is set to have sessions of 1 day! ANy ideas? Thanks, Neil ~~ Structure your ColdFusion code with Fusebox. Get the

RE: Counting Sessions

2001-06-27 Thread Dylan Bromby
the specifics depend on the OS, but generally speaking, the web server's open threads/processes are counted. -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 11:41 AM To: CF-Talk Subject: Counting Sessions How does a web site know

RE: Counting Sessions

2001-06-27 Thread Mark Warrick
-7289 Personal URL: http://www.warrick.net Business URL: http://www.fusioneers.com ICQ: 125160 / AIM: markwarric > -Original Message- > From: Steve Reich [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 27, 2001 11:41 AM > To: CF-Talk > Subjec

RE: Counting Sessions

2001-06-27 Thread Mark Warrick
To: CF-Talk > Subject: RE: Counting Sessions > > > the specifics depend on the OS, but generally speaking, the web server's > open threads/processes are counted. > > -Original Message- > From: Steve Reich [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, Ju

Re: Counting Sessions

2001-06-27 Thread Steve Reich
> > -Original Message- > From: Steve Reich [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 27, 2001 11:41 AM > To: CF-Talk > Subject: Counting Sessions > > > How does a web site know that there are "26 users on our site right now... > oh, wait, now

Sessions & Character max

2002-01-22 Thread Michael Ross
Is there a limit to how many characters a session variable can be. Or does it just depend on how much I want to put in it vs. traffic load, speed, and what not thanks __ Get Your Own Dedicated Windows 2000 Server PIII 80

Sessions - CFID/CFTOKEN

2004-03-08 Thread Drechsler, Jennifer
Does any one know how CFID/CFTOKEN are created? What information is the cf server using to identify if the request is a new session? We are having a problem with a of 12 computers that were imaged (ghosted). Only with this group of computers is there a problem with session swapping. We have over 1

Losing Sessions Variable

2004-05-17 Thread ANNAMANAIDU, VENKATESH (SBCSI)
ed session management in Application.cfm (2) We have given ample time in CFMX admin for session timeout. Have you come across this issue of losing sessions. Any ideas how to retain session, between pages? Venky [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Problems with sessions?

2004-07-09 Thread Damien McKenna
Are there any known problems with sessions in ColdFusion 6.1?  I ask this as I know there are with PHP sessions with IE 6 (maybe older versions of IE too) and I'd like to cater for those in a new engine I'm writing (multi-lingual, yummy!).  Thanks. -- Damien McKenna - Web Develope

J2EE Sessions / session.urlToken

2004-10-12 Thread Jamie Jackson
I've got a couple questions about session.urlToken under J2EE sessions: When J2EE sessions are enabled, why does session.urlToken bother with CFID/CFTOKEN anymore. The fact that both are there confuses me. I wonder which takes precedence? Do I lose the extra security that the uniquene

RE: Fusebox sessions

2004-10-01 Thread Tangorre, Michael
> I want to put all of the session info that I would normally > put into application.cfm using fusebox. > Info such as " >   > I am currently using fusebox 3. If you are just starting the project, I would switch to FB4 if possible. The organization, speed, and overall performance is A LOT better

RE: Fusebox sessions

2004-10-01 Thread Sandy Clark
sebox sessions I want to put all of the session info that I would normally put into application.cfm using fusebox. Info such as " I am currently using fusebox 3. Rodger Meier [EMAIL PROTECTED]   _ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [Use

Re: Fusebox sessions

2004-10-01 Thread Sean Corfield
On Fri, 1 Oct 2004 07:34:54 -0700, Rodger <[EMAIL PROTECTED]> wrote: > I want to put all of the session info that I would normally put into > application.cfm using fusebox. > Info such as " There is a general consensus that Application.cfm doesn't need to be used with Fusebox because every request

Re: J2EE Sessions

2005-01-27 Thread Nathan Strutz
tion (Coldfusion MX with Jrun4)" as opposed to the standard > "Server Configuration" option? I've been reaidng up on J2EE sessions vars, > but have not found how to cluster them. Can someone po

RE: J2EE Sessions

2005-01-28 Thread Chris Norloff
I don't know about CFMX Pro - we use CFMX for J2EE on WebSphere with J2EE sessions. The J2EE session setting makes the CFMX session the same as the J2EE session object. The browser gets a non-persistent cookie with the jsessionid. The session can then be replicated across all the Applic

Re: J2EE Sessions

2005-01-28 Thread Umer Farooq
; I don't know about CFMX Pro - we use CFMX for J2EE on WebSphere with J2EE > sessions. The J2EE session setting makes the CFMX session the same as the > J2EE session object. The browser gets a non-persistent cookie with the > jsessionid. The session can then be replicated across al

Re: J2EE Sessions

2005-01-28 Thread Larry Lyons
ation" option? I've been reaidng up on J2EE sessions vars, >but have not found how to cluster them. Can someone point me to an article >or some more info? > >Brook Davies >logiforms.com Brook, Try these links to learn how to cluster CFMX on J2EE Brandon Purcell - Clust

Sharing Application Sessions

2005-02-16 Thread Gavin Brook
Hi All, I'm trying to create a "single sign on" system for several of my CFMX apps. They all utilise the same security model and security objects, so I figure there must be a way to allow me to log into 1 app, and switch to the others without being prompted to login. This isn't currently a clust

Over lapping sessions

2005-04-06 Thread jhaque
Hi, An application we have uses session management for user login and identification. The sessions seem to be over lapping. That is, users can see data for others. One of the session variables set is "userpolicy" and that's what determines what a user can see. I especially d

Re: Shared sessions

2005-04-06 Thread Claude Schneegans
>>Using session variables for user identification and there is serious overlap. Are all your session variables settings embeded inside CFLOCKs? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any

Re: Shared sessions

2005-04-06 Thread jhaque
Yup. I've read so much CF DOC about sessions that I am get dizzy. I can't figure this out. How in the world would a user in one location get the identity of a user at another location? Jay Haque Senior Systems Administrator The New York Public Library, ITG T: 212.621.0234 | F: 21

RE: Shared sessions

2005-04-06 Thread COLLIE David
> Yup. I've read so much CF DOC about sessions that I am get dizzy. > I can't figure this out. How in the world would a user in one > location get > the identity of a user at another location? It comes down to identification done either by jsessionid or cfid and cftoken..

RE: Shared sessions

2005-04-06 Thread RADEMAKERS Tanguy
t;From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 06, 2005 12:46 AM >To: CF-Talk >Subject: Shared sessions > >Hello, > >We're going a bit crazy here trying to figure this out. > >Coldfusion 5.0 --- > >Using session variables for user i

Re: Shared sessions

2005-04-06 Thread Andrew Grosset
>Had this happen once and it was tracked down to a proxy which was >caching the pages and not revalidating. Was pretty hard to figure out >because, in our case, site A and site B were physically miles apart, but >on the same network... so behind the same proxy. > What would be the best way to preve

Sessions not expiring?

2004-12-21 Thread Todd
I have a problem where sessions seem to not be expiring. If someone logs in, and then wanders off, leaving their browser open but inactive, they can eventually come back to it and continue through the site even though the session should have long since expired. I am using this code: to

  1   2   3   4   5   6   >