![]() |
![]() |
I want to be able to have a person login into the site at any
point in the process. The biggest problem is the fact that when a person logs
in, all of the session variables associated with them are reset to reflect the
new (now logged in) session. During the login proccess, is there some point that
I can set these scratch variables with the values of the old (non-logged) in
ones?
Sort of anagolous to setting form variables in a mv_check or
mv_click event.
Nick
|