-
Passing session object between two web application
Hi
Is there a way to pass Session Object between two different web applications
other than using Server.Transfer.
Please help.
Thank you
-
Re: Passing session object between two web application
You could have a long querystring with the session variables in it...
Best regards,
J. Paul Schmidt
ASP Web Developer
To put live data on the Web...
http://www.Bullschmidt.com
"vinita" <vinita.chandrashekar@ntlworl.com> wrote:
>
>Hi
>
>Is there a way to pass Session Object between two different web applications
>other than using Server.Transfer.
>
>Please help.
>
>Thank you
-
Re: Passing session object between two web application
Yes you are right, but I am afraid I need to keep as discrete as possible.
I can't allow this information to be visible. I can't hold it in HTML hidden
elements either as this can be viewed when you do a 'View Source'.
"Bullschmidt" <paul@bullschmidt.com> wrote:
>
>You could have a long querystring with the session variables in it...
>
>Best regards,
>J. Paul Schmidt
>ASP Web Developer
>To put live data on the Web...
>http://www.Bullschmidt.com
>
>
>"vinita" <vinita.chandrashekar@ntlworl.com> wrote:
>>
>>Hi
>>
>>Is there a way to pass Session Object between two different web applications
>>other than using Server.Transfer.
>>
>>Please help.
>>
>>Thank you
>
-
Re: Passing session object between two web application
Hi Vinita,
If I am not wrong than U can use Get tpye submit request to hide the session
info from url.
Ravi Chaddha
Pune
"Vinita" <vinita.chandrashekar@ntlworl.com> wrote:
>
>Yes you are right, but I am afraid I need to keep as discrete as possible.
>I can't allow this information to be visible. I can't hold it in HTML hidden
>elements either as this can be viewed when you do a 'View Source'.
>
>"Bullschmidt" <paul@bullschmidt.com> wrote:
>>
>>You could have a long querystring with the session variables in it...
>>
>>Best regards,
>>J. Paul Schmidt
>>ASP Web Developer
>>To put live data on the Web...
>>http://www.Bullschmidt.com
>>
>>
>>"vinita" <vinita.chandrashekar@ntlworl.com> wrote:
>>>
>>>Hi
>>>
>>>Is there a way to pass Session Object between two different web applications
>>>other than using Server.Transfer.
>>>
>>>Please help.
>>>
>>>Thank you
>>
>
-
Re: Passing session object between two web application
Can you please give an example.
"Ravi Chaddha" <ravic@cybage.com> wrote:
>
>Hi Vinita,
>If I am not wrong than U can use Get tpye submit request to hide the session
>info from url.
>
>Ravi Chaddha
>Pune
>
>
>"Vinita" <vinita.chandrashekar@ntlworl.com> wrote:
>>
>>Yes you are right, but I am afraid I need to keep as discrete as possible.
>>I can't allow this information to be visible. I can't hold it in HTML hidden
>>elements either as this can be viewed when you do a 'View Source'.
>>
>>"Bullschmidt" <paul@bullschmidt.com> wrote:
>>>
>>>You could have a long querystring with the session variables in it...
>>>
>>>Best regards,
>>>J. Paul Schmidt
>>>ASP Web Developer
>>>To put live data on the Web...
>>>http://www.Bullschmidt.com
>>>
>>>
>>>"vinita" <vinita.chandrashekar@ntlworl.com> wrote:
>>>>
>>>>Hi
>>>>
>>>>Is there a way to pass Session Object between two different web applications
>>>>other than using Server.Transfer.
>>>>
>>>>Please help.
>>>>
>>>>Thank you
>>>
>>
>
-
Re: Passing session object between two web application
Can you store the data in a database? Then all you'd need to pass is the ID
of the record.
"Bullschmidt" <paul@bullschmidt.com> wrote in message
news:3cd83abe$1@10.1.10.29...
> You could have a long querystring with the session variables in it...
> Best regards,
> J. Paul Schmidt
> ASP Web Developer
> To put live data on the Web...
> http://www.Bullschmidt.com
>
> "vinita" <vinita.chandrashekar@ntlworl.com> wrote:
> >Is there a way to pass Session Object between two different web
applications
> >other than using Server.Transfer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|