NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on August 02, 2016, 02:34:32 PM

Title: Loading default session values at start of session - best place
Post by: CaseyR on August 02, 2016, 02:34:32 PM
Hi, Bruce

Where is the best place to load several default values into session values when the session starts?   I was doing it on the Index page with a flag to skip if already loaded.   It was always a kludge and with NT 9 it is not working properly any more,  so may as well do it right.

Thanks.
Title: Re: Loading default session values at start of session - best place
Post by: Bruce on August 10, 2016, 11:46:06 PM
WebHandler,
NewSession method
After the parent call.

cheers
Bruce
Title: Re: Loading default session values at start of session - best place
Post by: CaseyR on August 11, 2016, 07:05:08 AM
Great. Thanks.