update session variable between PHP and asp.net

G

grey

i have to do the page intergration with PHP in my asp.net application. if
asp.net update one Session variable, can PHP also use it or vice versa? (of
course, we agreed to use the same session variable before).
 
H

Hans Kesting

It happens that grey formulated :
i have to do the page intergration with PHP in my asp.net application. if
asp.net update one Session variable, can PHP also use it or vice versa? (of
course, we agreed to use the same session variable before).

There is no way to directly share sessions between php and asp.net. But
this question is also asked a lot for asp/asp.net integration and I
suspect that you can use the same tricks. See if you can find something
along that line.

Hans Kesting
 
H

Hans Kesting

grey was thinking very hard :
then can i use "cookie"?

For a few small values, you could try that. But only if the php pages
and the asp.net pages are on the same domain, else they would be unable
to receive each other's cookies.

Hans Kesting
 

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,770
Messages
2,569,586
Members
45,096
Latest member
ThurmanCre

Latest Threads

Top