About Sql State Sessions

Discussion in 'ASP.NET 2.0' started by cakiroglu, Nov 17, 2007.

  1. Hi there;
    I am using sql state sessions. Yesterday you have created my schemas on my sql server.
    But problem is this. When I am using cookieless="false" or use cookieless="UseUri" I cant see session entries in table on my db. But when I set to use cookieless="true" I can see enrtries in my table on my db. it adds new rows when I open new browser window.
    But I dont want to use cookieless session. I dont want that session id seen on browser addresstextbox.
    Howcan I prevent this??
    I am waiting replies...

    Thnk u!!!



    <sessionState mode="SQLServer"


    allowCustomSqlDatabase="true"


    sqlConnectionString="data source=sql2k504.discountasp.net;


    database=SQL2005_xxxx_xxxx; user id=SQL2005_xxxx_xxxx_user;


    password=****;"


    cookieless="true"


    timeout="20">
     

Share This Page