Vince
|
| Posted: 03/15/2002, 4:29 AM |
|
I need to get the UserID session variable written on my page. I was sure this was really straight-forward. As an example, here is the code I'm using in the BeforeShow event of the page:
$user = get_session("UserID");
echo $user;
and here is what I am getting on the screen as a result: 421421421421421421421421421421421421421421421421421 !!!!!
I have just installed CC2.0.5. Would this be the problem?
Any clue anybody?
Thx
Vince
|
|
|
 |
Nicole
|
| Posted: 03/15/2002, 6:10 AM |
|
Vincent,
the value of session var is "421". While you've added print code to Before Show event it was printed in one line as many times as many records are in recordset.
|
|
|
 |
|