GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
dbsessmgr(1) User Commands dbsessmgr(1)

dbsessmgr - session state database manager

mono dbsessmgr.exe [options]

dbsessmgr allows you to manage the ASP.NET session state database.

--clean
Remove all expired sessions.
--remove
Delete all sessions.
--show
Display session data.

You can choose the assembly and type used to connect to your database backend and also set the connection string and the SQL parameter prefix through the configuration file, named dbsessmgr.exe.config. The configuration shipped by default is:

    <appSettings>
	<add key="DBProviderAssembly"
	     value="Npgsql"/>
	<add key="DBConnectionType"
	     value="Npgsql.NpgsqlConnection"/>
	<add key="DBConnectionString"
	     value="SERVER=127.0.0.1;USER ID=monostate;PASSWORD=monostate;dbname=monostate"/>
	<add key="DBParamPrefix"
	     value=":" />
    </appSettings>

dbsessmgr was written by Jackson Harper (jackson@ximian.com).

mono(1),xsp(1),asp-state(1),mod_mono(8)

The Mono project (http://www.go-mono.com) is a collaborative effort led by Novell (http://www.novell.com) to implement an open source version of the .NET Framework.

28 May 2004 dbsessmgr 4.5

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.