[thelist] More ASP problems - Checking for cookie existance

Julian Voelcker asp at tvw.net
Thu Jan 30 09:32:01 CST 2003


On Thu, 30 Jan 2003 08:45:15 -0600, Christopher Ditty wrote:
> sub
> Application_Onstart(),

Why are you putting the code here?

The Application_Onstart is for when the server/website is first
started.

You are far better off using the Sub Session_OnStart which is when the
user actually starts their session.

Try moving it and then see what happens.

It would also be usefull to see the full code and exact error message.

Cheers,

Julian Voelcker
Cirencester, United Kingdom





More information about the thelist mailing list