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
http://www.nypl.org Claude Schneegans [EMAIL PROTECTED] 04/06/2005 09:59 AM Please respond to cf-talk To: CF-Talk cf-talk@houseoffusion.com cc: Subject:Re: Shared sessions Using session variables for user identification and there is serious overlap

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 Do you use CFTOKEN and

RE: Shared sessions

2005-04-06 Thread RADEMAKERS Tanguy
: [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 identification and there is serious overlap. A users

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 prevent

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

Shared sessions between CF PHP?

2004-05-27 Thread Damien McKenna
Has anyone tried sharing sessions between CF and PHP?I'm using two PHP applications for managing my web development needs at work and I'd like to merge the user system with our other Intranet apps (done in CF/FB3).The obvious way would be to share sessions somehow, or at least some sort of a

RE: Shared sessions between CF PHP?

2004-05-27 Thread Barney Boisvert
from both platforms. Cheers, barneyb -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 2:22 PM To: CF-Talk Subject: Shared sessions between CF PHP? Has anyone tried sharing sessions between CF and PHP?I'm using two PHP applications

Re: Shared sessions between CF PHP?

2004-05-27 Thread Damien McKenna
On May 27, 2004, at 5:27 PM, Barney Boisvert wrote: You're not going to be able to share session data in the sense of the session scope. There's always writing a custom session handler for PHP that uses the CF methodologies. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu

RE: Shared sessions between CF PHP?

2004-05-27 Thread Barney Boisvert
To: CF-Talk Subject: Re: Shared sessions between CF PHP? On May 27, 2004, at 5:27 PM, Barney Boisvert wrote: You're not going to be able to share session data in the sense of the session scope. There's always writing a custom session handler for PHP that uses the CF methodologies

RE: Shared sessions between CF PHP?

2004-05-27 Thread Dave Watts
Has anyone tried sharing sessions between CF and PHP?I'm using two PHP applications for managing my web development needs at work and I'd like to merge the user system with our other Intranet apps (done in CF/FB3).The obvious way would be to share sessions somehow, or at least some sort

Re: Shared sessions between CF PHP?

2004-05-27 Thread Eric Dawson
, May 27, 2004 4:21 PM Subject: Shared sessions between CF PHP? Has anyone tried sharing sessions between CF and PHP?I'm using two PHP applications for managing my web development needs at work and I'd like to merge the user system with our other Intranet apps (done in CF/FB3).The obvious way