This topic is locked

PageSize & PageNumber

5/7/2011 11:33:42 AM
PHPRunner General questions
P
procheck author

Hi,
What are these session variables used for? Are they only used to change the size & number?

When I try to access them they do not exist.
$_SESSION["<table name>_pagesize"]

$_SESSION["<table name>_pagenumber"]
How can I capture this information?
Thx
Al

Sergey Kornilov admin 5/7/2011

These variables re populated automatically. Make sure you replace <table name> with the actual table name.

P
procheck author 5/8/2011

Hi Sergey,
Yes I did have the correct table name in place. When I looked at the session variables with the debugger, neither were listed. I'm using build 7474.