ASP.NET and PHP
Hi to All,
My Problem is :
I am created a user login page in asp.net. Now after authentication I assign a session variable Session["lUserName"] and Redirect this page in to welcome.php.
Now my problem is how I will use asp.net assigned session in php page. I tried to print the session variable in php as
<?
echo $_Session[lusename];
?>
but It doesn't display any thing.
If anyone has idea about this plz reply.
Prabhakar Kumar
__________________
Prabhakar Kumar
|