472,122 Members | 1,469 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,122 software developers and data experts.

Get ASP-SessionID on the first page hit

When I hit my homepage the first time (e.g. after a reboot), the
server variable HTTP_COOKIE is empty. If I reload the page,
HTTP_COOKIE has got a value. This makes sense, but I'm looking to
request HTTP_COOKIE on the first page hit. Any ASP-based ideas?
(Otherwise I'll program a page reloader...)

Jul 2 '07 #1
1 2069
al**@kuehnefruit.ch wrote:
When I hit my homepage the first time (e.g. after a reboot), the
server variable HTTP_COOKIE is empty. If I reload the page,
HTTP_COOKIE has got a value. This makes sense, but I'm looking to
request HTTP_COOKIE on the first page hit. Any ASP-based ideas?
(Otherwise I'll program a page reloader...)
Use application_onstart in global.asa to initialize it?
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 2 '07 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

30 posts views Thread by Richard Liddiment | last post: by
5 posts views Thread by Placek | last post: by
4 posts views Thread by Satya | last post: by
13 posts views Thread by Steve H. | last post: by
7 posts views Thread by abcd | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.