RE: Session Solution.

2001-05-22 Thread Duane Boudreau
This might work: 1) Capture the session start time when your user logs in as a session var. 2) Pass this session start time to a javascript function on every page that does your countdown (the javascript function calculates the difference bewteen the current time and the session start time) 4) If

RE: Session Solution.

2001-05-22 Thread JoshMEagle