![]() |
Sergey Kornilov admin 10/14/2010 |
What's described in the manual is implemented already in PHPRunner code and you don't need to add any code. |
C
|
cis2131 author 10/15/2010 |
I have a task manager, that sends out emails, where i have made an url directly to the task in the email. |
![]() |
Sergey Kornilov admin 10/15/2010 |
Try something like this in 'After Successful Login' event: if ($_SESSION["MyURL"]) |
C
|
cis2131 author 10/16/2010 |
Try something like this in 'After Successful Login' event: if ($_SESSION["MyURL"])
|
![]() |
Sergey Kornilov admin 10/17/2010 |
Claus, |