Synopsis  
 
Property Name
Description
Type
Values
CookieID
Specifies a unique cookie ID for the Pollstar100 Application
string
up to 128 alpha-numeric characters
ExpireSeconds
Specifies the number of seconds before the cookie expires
integer
0 - 0xFFFFFFFF
VoteJustOnce
Determines whether or not the end-user can vote more than once.
boolean
false/true
0/1

RememberPage
Determines whether the en-users current Sample Data page number is preserved between visits
boolean
false/true
0/1

RememberSort
Determines whether an end-users' sorting preferences will be preserved between visits
boolean
false/true
0/1

RememberView
Determines whether an end-users' stats view preferences will be preserved between visits
boolean
false/true
0/1

RememberFilters
Determines whether an end-users' filter preferences will be preserved between visits
boolean
false/true
0/1

 
 



Detail

The following set of Properties all relate to the storing of client related context in the form of a cookie. By default, no cookie information is stored on the client. Setting any one of the following Properties to true
will cause a Pollstar100 Application to attempt to store a cookie on the client.


CookieID

A designer wishing to provide multiple Pollstar100 Applications, each with its own specific cookies requirements, should use this Property in order to set a unique cookie identifier for a specific Pollstar100 Application.


ExpireSeconds

Use this Property to specify the cookie expiry period in seconds.
If this Property is undefined
then the cookie expires at the end of the clients' current session.
If this Property is set to zero
then the cookie does not expire.


VoteJustOnce

Set this Property to true
if you want an end-user only to be able to vote once for a specific Pollstar100 Application. If the end-user is refusing to accept cookies and this Property is set to true then voting will be disabled.


RememberPage

Set this Property to true
if you want a specific Pollstar100 Application to keep track of which page a client is viewing. When a client re-visits the same Pollstar100 Application the last page that was viewed during a previous visit will be displayed.


RememberSort

Set this Property to true
if you want a specific Pollstar100 Application to keep track of how the client has sorted the data presentation. When a client re-visits the same Pollstar100 Application the data will be presented in the same way as it was when the client exited from their previous visit.


RememberView

Set this Property to true
if you want a specific Pollstar100 Application to keep track of the end-users' stats view. When a client re-visits the same Pollstar100 Application the initial stats-view will be the same as it was when the client exited from their previous visit.


RememberFilter

Set this Property to true
if you want a specific Pollstar100 Application to keep track of any filters the user has defined for the data presentation. When a client re-visits the same Pollstar100 Application the data will be presented in the same way as it was when the client exited from their previous visit.



Scope

The Properties listed in this section are defined as attributes of the XML tag corresponding to the following Components:
 
Cookies



Related Topics