Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 02:21 PM
Fahad Ashfaque
Guest
 
Posts: n/a
Default A question regarding ASP Intrinsic objects from the perspective of

Hi,

Please correct me if I go wrong anywhere in my understandings.


1- ISessionObject is created each time When any ASP Page is started executing and destroys on the page ends (not session end) while the session state (data) is originated already somewhere from where ISessionObject fetches. When user Request another page the ISessionObject is again constructed and the data from original location is loaded from there.
2- Same with IApplication type object & IScriptingContext object



Waiting for your helpful response


Best Regards
Fahad Ashfaque

  #2  
Old July 19th, 2005, 02:21 PM
Curt_C [MVP]
Guest
 
Posts: n/a
Default Re: A question regarding ASP Intrinsic objects from the perspective of

I believe you want the aspnet group on this one? Are you referring to ASPX
or ASP?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"Fahad Ashfaque" <FahadAshfaque@discussions.microsoft.com> wrote in message
news:4F49F283-28B6-4E21-B6B3-F42FD540B0C4@microsoft.com...[color=blue]
> Hi,
>
> Please correct me if I go wrong anywhere in my understandings.
>
>
> 1- ISessionObject is created each time When any ASP Page is started[/color]
executing and destroys on the page ends (not session end) while the session
state (data) is originated already somewhere from where ISessionObject
fetches. When user Request another page the ISessionObject is again
constructed and the data from original location is loaded from there.[color=blue]
> 2- Same with IApplication type object & IScriptingContext object
>
>
>
> Waiting for your helpful response
>
>
> Best Regards
> Fahad Ashfaque
>[/color]


  #3  
Old July 19th, 2005, 02:21 PM
Fahad Ashfaque
Guest
 
Posts: n/a
Default Re: A question regarding ASP Intrinsic objects from the perspectiv

No I'm talking about Classic ASP.

Actually I need to know weather an unreleased interface is QIed from IScriptingContext and hold the pointer unless the session ends in order. We're doing research on all posibilites for sharing session state of asp and asp.net

If you've any new idea let me know but Kindly answer my primary question which is neccessary to me

Best Regards
Fahad

"Curt_C [MVP]" wrote:
[color=blue]
> I believe you want the aspnet group on this one? Are you referring to ASPX
> or ASP?
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "Fahad Ashfaque" <FahadAshfaque@discussions.microsoft.com> wrote in message
> news:4F49F283-28B6-4E21-B6B3-F42FD540B0C4@microsoft.com...[color=green]
> > Hi,
> >
> > Please correct me if I go wrong anywhere in my understandings.
> >
> >
> > 1- ISessionObject is created each time When any ASP Page is started[/color]
> executing and destroys on the page ends (not session end) while the session
> state (data) is originated already somewhere from where ISessionObject
> fetches. When user Request another page the ISessionObject is again
> constructed and the data from original location is loaded from there.[color=green]
> > 2- Same with IApplication type object & IScriptingContext object
> >
> >
> >
> > Waiting for your helpful response
> >
> >
> > Best Regards
> > Fahad Ashfaque
> >[/color]
>
>
>[/color]
  #4  
Old July 19th, 2005, 02:21 PM
Aaron [SQL Server MVP]
Guest
 
Posts: n/a
Default Re: A question regarding ASP Intrinsic objects from the perspectiv

> sharing session state of asp and asp.net

Use a database. They can't see each other's sessions.

--
http://www.aspfaq.com/
(Reverse address to reply.)


  #5  
Old July 19th, 2005, 02:23 PM
Egbert Nierop \(MVP for IIS\)
Guest
 
Posts: n/a
Default Re: A question regarding ASP Intrinsic objects from the perspectiv

Hi,

Hacking the session of ASP and ASP.NET (as well) is not easy. I advice
against doing it yourselves.
There are numerous samples on the net, which serve as a proxy between the
two technologies, including mine (which is written using ATL).

Regards
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm


"Fahad Ashfaque" <FahadAshfaque@discussions.microsoft.com> wrote in message
news:9238A146-B4A4-49E1-AFCD-5A8F77FA2F55@microsoft.com...[color=blue]
> No I'm talking about Classic ASP.
>
> Actually I need to know weather an unreleased interface is QIed from
> IScriptingContext and hold the pointer unless the session ends in order.
> We're doing research on all posibilites for sharing session state of asp
> and asp.net
>
> If you've any new idea let me know but Kindly answer my primary question
> which is neccessary to me
>
> Best Regards
> Fahad
>
> "Curt_C [MVP]" wrote:
>[color=green]
>> I believe you want the aspnet group on this one? Are you referring to
>> ASPX
>> or ASP?
>>
>> --
>> Curt Christianson
>> Owner/Lead Developer, DF-Software
>> Site: http://www.Darkfalz.com
>> Blog: http://blog.Darkfalz.com
>>
>>
>> "Fahad Ashfaque" <FahadAshfaque@discussions.microsoft.com> wrote in
>> message
>> news:4F49F283-28B6-4E21-B6B3-F42FD540B0C4@microsoft.com...[color=darkred]
>> > Hi,
>> >
>> > Please correct me if I go wrong anywhere in my understandings.
>> >
>> >
>> > 1- ISessionObject is created each time When any ASP Page is started[/color]
>> executing and destroys on the page ends (not session end) while the
>> session
>> state (data) is originated already somewhere from where ISessionObject
>> fetches. When user Request another page the ISessionObject is again
>> constructed and the data from original location is loaded from there.[color=darkred]
>> > 2- Same with IApplication type object & IScriptingContext object
>> >
>> >
>> >
>> > Waiting for your helpful response
>> >
>> >
>> > Best Regards
>> > Fahad Ashfaque
>> >[/color]
>>
>>
>>[/color][/color]

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles