System Class
Username:  
Password:
  > Home
> User Guide
v Reference
    > Introduction
    > CROFT
    v BEE Variables
       v BEE Variable Name
          o General/Object Class
          o Special Class
          o System Class
       o BEE Variable Value
       > BEE Conversions
    > BEE Syntax
    > BEE Commands
    > Database Operation
    > Content Management
    > Objects and Classes
    > Interface with others
    o Glossary
> Portal Object
> Development Guide


Shortcuts
sys Class
debug Class
Intrinsic Conversions
>> Reference >> BEE Variables >> BEE Variable Name >> System Class <=  =>      <  1  2  3  4  5  6  7  8  9  10  11  12  >  
session System Class

n        session is a persistent value kept through out the client session.  A client session is the period starting from the web site first being accessed by a particular browser run, until that browser instance closes.

A session is implemented by a 128-bit session key stored at the client browser as a cookie.  The session context is stored at the server side and therefore is secured from client-side hacking.  The server uses the session key cookie from the client to determine which session context to load.  A client cannot tap into a session unless it has the knowledge of the 128-bit key of the targeted session, which is virtually impossible.

Please note that Login and logout do not start and finish a session, even though it can be programmed to have all session variables erased and scheme settings reloaded upon logout to effectively simulate a new session.

 

Previous Page       Next Page

Accsoft Computer Technology Pty Ltd     ABN: 98 065 617 549
PO Box 892, Epping NSW 1710         Level 1, Epping Office Park, 242 Beecroft Rd, Epping NSW 2121, Australia
Tel: Sydney - (02)98691668     National - 1300-881668         Fax: (02)98691866
© Copyright 2003 Accsoft Computer Technology Pty Ltd