Zack,
One other option is to have multiple cfapplication tags for a single
application and let the user choose which one they are currently using.
eg:
<cfif appName eq "master">
<cfapplication sessionmanagement="Yes" name="master"
sessiontimeout="30">
<cfelse>
<cfapplication sessionmanagement="Yes" name="slave"
sessiontimeout="30">
<cfif>
Then just reference your sessions per normal and you'll have seperate
sessions for each instance of the client for each appName.
You could even run a single browser window with the seperate appName's in
seperate frames and session scope would work as required.
Cheers.
Scott.
-----Original Message-----
From: Zach Stone [mailto:[EMAIL PROTECTED]
Sent: Friday, 9 January 2004 08:33 AM
To: CFAussie Mailing List
Subject: [cfaussie] Browser Sessions
I've never seen this done !
We have an application where the user will have two browser windows open
at the same time next to each other on the same screen.
The user will login to the same application as a differnt user in each
window and of course is expected to have a separate session in each
browser window ) The problem is that the the most recent session will
override the previous one and both sessions will be one when the user
refreshes the page. Is there any way to stop the session from being
carried accross to the other browser window so that they stay separate.
I know that sessions are per client and I really think that this cannot be
done !
IMPORTANT NOTICE: This e-mail and any attachment to it are intended only to be read or
used by the named addressee. It is confidential and may contain legally privileged
information. No confidentiality or privilege is waived or lost by any mistaken
transmission to you. The RTA is not responsible for any unauthorised alterations to
this e-mail or attachment to it. Views expressed in this message are those of the
individual sender, and are not necessarily the views of the RTA. If you receive this
e-mail in error, please immediately delete it from your system and notify the sender.
You must not disclose, copy or use any part of this e-mail if you are not the intended
recipient.
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004