General question about persistence

N

Neil Gould

Hi Anthony,

Thanks to the various responses to my questions, I am getting a clearer
notion of how the asp.dll "sees" a "page".

Anthony Jones said:
Note that effectively anything between %> <% (that is anything outside of
the script delimiters) effectively becomes a Response.BinaryWrite which
sends the bytes found between a closing %> and an opening <%. The parser
having replaced %> <% and anything in between with such a psuedo binarywrite
now has pure script that it can parse. (Actually its a little more complex
than that but its a good working mental model).
OK. That would explain a lot.
Once the request processing is completed the Script context is reset
including the ScriptTimeout, the only data that can persist beyond that is
Session and Application.
AHA!

Thanks, as this is consistent with what I've observed, but I haven't seen
explained anywhere. I think I've got it now.

Best,

Neil
 
N

Neil Gould

Hi all,

Evertjan. said:
Bob Barrows [MVP] wrote on 22 jul 2008 in
microsoft.public.inetserver.asp.general:
Neil said:
Hi,

[...]
And the ASP-engine could be instructed to do serverside things
unrelated to the rendered content, like manipulating Session or
Application variables using ASP statements, and like file
manipulation, database manipulation or sending an email, all using
specific ASP-external components.

This is the aspect that I'm dealing with most often in trying to get a
handle on persistence issues. Sometimes, variable values that aren't
stored as session items get "lost", and are reported as empty when
tested with response.write or some other means.
Show us.

Indeed. Show us an example.
I'll try to come up with a compact example.

Neil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top