Categories

Archives

MOSS 2007: Session State is Not Available

Indonesian:

Jika pada saat mengaktifkan workflow / form services di Sharepoint 2007, muncul pesan kesalahan

SessionStateIsNotAvailable

Maka artinya session state di web application belum diaktifkan – dan di web.config dapat dilihat ada bagian “Session” yang diremark.

OriginalWebConfigNoSessionState

Untuk mengaktifkannya, hilangkan remark pada

<add name=”Session” type=”System.Web.SessionState.SessionStateModule”/>

di web.config yang ada didalam web application yang bersangkutan.

OriginalWebConfigWithSessionState

Referensi : googling

Related Posts:

  • No Related Posts

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>