CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 Where does CodeCharge Studio Store Session Configurations?

Print topic Send  topic

Author Message
sgadson

Posts: 45
Posted: 10/30/2005, 10:27 AM

Hello,

I am using .NET (VB). I need to know where codecharge is configuring the session information. I can't find it in the web config.

:-< Any help is much appreciated as I am a little frustrated not being able to find it.
_________________
Shawn :-)
View profile  Send private message
E43509

Posts: 283
Posted: 10/30/2005, 5:01 PM

Not sure what you mean.
by default .net stores them as InProc which the webserver aspnet_wp.exe keeps them alive. You can put them into a sql server location (especially if you are on a webfarm). your web.config will then look like this
<!-- SESSION STATE SETTINGS
By default ASP.NET uses cookies to identify which requests belong to a particular session.
If cookies are not available, a session can be tracked by adding a session identifier to the URL.
To disable cookies, set sessionState cookieless="true".
-->

<sessionState
mode="SQLServer"
stateConnectionString="tcpip=SQLTEST-VA.GE:42424"
sqlConnectionString="server=SQLTEST-xA.;uid=aspstate;pwd="
cookieless="false"
timeout="20"
/>

Do a qiuck google to msdn and look up the configuation/system.web/sessionState for more info.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.