Jim,

Question:
Just wondering how (or if?) others are handling the situation where you
want to let users open multiple instances of an application.  Are session
variables completely out of the question for state management in this
case?


Answer:
We have run into that same problem; We don't use session variables at all in
our applications because of this.  We have found that storing a singleID on
a query string is the most effective way of eliminating this problem.
Everything else is stored in the database, or in a text file.  I would also
appreciate any illumination on this issue, as it is something that comes up
rarely in testing.

Thanks for bringing it up

- grainne



G r � i n n e  E  O ' N e i l l
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Technical Director
Mediatruck Inc.
v: 512.236.0780 x 204
f: 512.236.0777
w: http://www.mediatruck.com
e: [EMAIL PROTECTED]


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to