You receive the following error when you publish a form to a SharePoint server that has InfoPath forms services enabled.
Create a Shared Service Provider
The form cannot be displayed because session state is not available., 6.8 out of 10 based on 5 ratings
You simply need to uncomment the following line in the web.config for the corresponding
web application:
<!– –>
you need to uncomment the following line in the web.config for the
web application:
Uncomment from web config:
<!– –>
I am not able to add the config tag due to some problem in site. Please refer:
http://vspug.com/aziz/2008/01/28/the-form-cannot-be-displayed-because-session-state-is-not-available/
Create a SSP (Shared Service provider) to resolve teh error “The form cannot be displayed because session state is not available.”
