473,383 Members | 1,846 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

cookies between ast and asp.net

Hi,

how I have to handle cookies between asp and asp.net?

between two asp sites it works fine,
so I can use the sessions direct.
but not between an asp site and an apx site.

thanks
arno
Nov 18 '05 #1
2 1154
Arno Seitinger wrote:
Hi,

how I have to handle cookies between asp and asp.net?

between two asp sites it works fine,
so I can use the sessions direct.
but not between an asp site and an apx site.

thanks
arno


If you mean just a "plain cookie": that does not depend on asp, asp.net, php or whatever.
So there you are just bound by domain limits.

If you mean specifically the session cookies, there is not much use: You can NOT
directly share sessions between asp and asp.net sites. (there are some tricks
to sync sessions between asp and asp.net)

Hans Kesting
Nov 18 '05 #2
Cookies you cant share between asp and asp.net applications. Cookie name
created by asp.net application is different from asp application cookie
name. Similarly you cant share sessions between asp and asp.net applications
directly. But there are some workarounds, you can check out these links,
http://www.eggheadcafe.com/articles/20021207.asp
http://www.msdn.microsoft.com/librar...rtToASPNET.asp
http://searchvb.techtarget.com/vsnet...293033,00.html
--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Arno Seitinger" <A.*********@4u2.com> wrote in message
news:#x*************@TK2MSFTNGP09.phx.gbl...
Hi,

how I have to handle cookies between asp and asp.net?

between two asp sites it works fine,
so I can use the sessions direct.
but not between an asp site and an apx site.

thanks
arno

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Brian Burgess | last post by:
Hi all, Anyone know of any special issues with storing cookies with ASP? I'm trying this with two browsers: One is IE 6.0 with cookies set to 'prompt'. This has been working properly as any...
20
by: Brian Burgess | last post by:
Hi all, Anyone know if this is possible? If so, on which page would the cookie be? .. On the page calling a function defined in the include file? thanks in advance.. -BB
6
by: Mark | last post by:
Hi... I've come across some weird bug with Response.Cookies. Or maybe it will be called "by design" but for the life of me I can't figure out what purpose it would serve. If you're setting a...
6
by: Stephane | last post by:
Hi, I have a login page where if the user wants his access codes to be saved are set into a cookie. In the logout page, I want to delete those cookies. I tried this and this is not working at...
0
by: rn5a | last post by:
This is how I am creating & then reading cookies: <script runat="server"> Sub Page_Load(ByVal obj As Object, ByVal ea As EventArgs) 'create cookies Response.Cookies("UserName").Value = "Ron"...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.