Please enable JavaScript to view this site.

Navigation: Advanced topics > Programming topics

ASPRunnerPro session variables

Scroll Prev Next More

 

Replaced

Starting with ASPRunnerPro version 9.7, session variables were replaced with the functionality available via Security API and Search API.

The only exception is the language variable.

 
You can still use the session variable Session("language") that stores the selected language, e.g., "English" or "Spanish".

Examples

Getting the value of selected language

Use the following function for this purpose.

 

Response.Write mlang_getcurrentlang()

Setting the current language

To change the current selected language assign a new value directly to the following session variable:

 

Session("language")="English"`

See also:

Localizing ASPRunnerPro applications

Save user data in session variables

About Security API

About Search API