hey guys
my question is .......
can the session be used to send data from an asp page to a php
and vice-versa ???????????
anyone have an idea about that.
thnx anyway

Recommended Answers

All 5 Replies

No. They don't share the sessions so that won't work.

thnx man for ur reply ...
but are u sure cuz i guess it worked one time with me !!!
just i lost the code and it didnt work again

You could try to do a single sign-on implementation. It has its own risks and issues but may work for you.

ok man thanks alot
but i dont think it worth it i could did it using get
i knew i could before
but i just wanted to know if it is possible
thnx again

You could store a cookie with one language and recover the cookie details in another language. Browser cookies (which are used to store state data such as sessions) can be read/written across multiple web dev languages.

commented: Good idea! +11
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.