I
Ivan Demkovitch
Hi!
Here is what I'm doing:
I'm integrating PHP BB with my asp.net application.
I modified phpBB FORM TARGET to post into my aspx page. Then after I process
everything I do
Response.Redirect(Request.UrlReferrer.ToString());
In my code I authorize user and create/overwrite cookie for phpBB. I'm not
sure if PHP cookie differ from APS.NET cookie but
I end up with 2 exact cookies and they do not contain data I set, instead,
they contain values set in PHP.
And there is 2 of them!!! identical domain/name/value/date ????
Please somebody help!. I can post code I use. This is really important.
Here is what I'm doing:
I'm integrating PHP BB with my asp.net application.
I modified phpBB FORM TARGET to post into my aspx page. Then after I process
everything I do
Response.Redirect(Request.UrlReferrer.ToString());
In my code I authorize user and create/overwrite cookie for phpBB. I'm not
sure if PHP cookie differ from APS.NET cookie but
I end up with 2 exact cookies and they do not contain data I set, instead,
they contain values set in PHP.
And there is 2 of them!!! identical domain/name/value/date ????
Please somebody help!. I can post code I use. This is really important.