This topic is locked

Session('User')

4/17/2009 2:35:12 PM
PHPRunner General questions
T
thecomputerguy author

e.InputParameters("LoginName").Value = (CType(System.Web.HttpContext.Current.Session("User"), UserClass)).UserName
How do I the above in PHP?
Thank you.

T
thecomputerguy author 4/17/2009

Here is what i did for this.
$values["LoginName"]=$_SESSION["UserID"];