I have fixed this issue.

simple, before starting the session in app2, i assigned a new name for it.

session_name('new_session');
session_start();

it gave me new session to second apps.

--
regards
Rajesh Kumar R.K

On Wed, Aug 11, 2010 at 2:33 AM, Rajesh kumar <[email protected]>wrote:

> Dear luggies,
> I have a application running say
> http://192.168.2.117/demo and i have another application in
> http://192.168.2.117/demo/demo2/
>
> both of them have login forms, the workflow is that if i click a link in
> first app say it should open the second app in a new window, but the problem
> i face is session, when it opens the second app the session in the first is
> also get destroyed, in the same way if i login in the second app the first
> get logged in.
>  How to handle this..
>
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to