You could pass your info from form to form using hidden fields, or URL
variables. I use hidden fields when I don't want sensitive stuff to show up
in the URL .. otherwise, I don't worry about it and pass stuff in plain
site. Personaly, I tend to stay away from Session variables unles they will
reduce the number of hits on a database.
Todd Ashworth
Web Application Developer
(803) 327-0137 [111]
_____________________________________________
Ask about our low-cost, 100% user-configurable, turn-key
web sites that can have your business on the web in minutes!
Saber Designs - Web sites done right, right now!
----- Original Message -----
From: "Owens, Howard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 16, 2000 4:15 PM
Subject: Session vars in a clustered environment
|
|
| I've never worked with session variables on clustered servers. I read
| somewhere ... and can't remember where ... that I might have a problem
here.
|
| What I want to do is have my forms (as I mentioned in a previous post)
| transform form vars over a series of submissions into session vars and
then
| collect the session vars at the end for input into the db.
|
| But this app is going to live on a server cluster. Can I still do this?
|
| What about client vars?
|
| Aren't session vars stored in RAM and client vars in the registry (unless
| otherwise specified)? And because of that, aren't they confined to a
single
| machine?
|
| What are my alternatives?
|
| H.
|
| =========================
| Howard Owens
| Web Producer
| InsideVC.com
| mailto:[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.
|
------------------------------------------------------------------------------
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.