Browse by Tags

Related Posts

  • config web server for running in webfarm And Url Rewrite Problem

    I have following question: 1. In the session : deploying your website in web farm. I'm store SessionState in SQLServer. like this : <sessionState allowCustomSqlDatabase="true" mode="SQLServer" stateConnectionString="tcpip= 127.0.0.1:42424 " sqlConnectionString="Data...
    Posted to Configuration and Deployment (Forum) by binhbd on 06-16-2009, 12:00 AM
    Filed under: Session, web farm, url rewrite in asp.net.2.0
  • notify user some time before session timeout

    Hi All, I am trying to implement this feature to notify user some time before session timeout so that user can either save his expensive data or logoff to end the session. the logic I used is that I read my session timeout key on aspx page and a key which holds minute before you want to display alert...
    Posted to Web Forms (Forum) by shikharjain2007 on 06-09-2009, 12:00 AM
    Filed under: server-side, sesion, session, session start, session timeout, session variable asp.net 2.0 button, session variables tracking, session_end application_end browser window close, SessionParameter, Alert, binding in aspnet, calling javascript function, java scripscript, javascript and server code, javascript asp.net ajax
  • Re: page redirect after login

    Hi Asif, If you are using a Custom authentication, you would be re-directing the page to the shopping cart page using Response.Redirect(url). After authentication You could add a normal get / post to send in the item to the shopping cart page. something like Response.Redirect(ShoppingCart.aspx?ProductId...
    Posted to Getting Started (Forum) by saqibvaid on 06-07-2009, 12:00 AM
    Filed under: session, response.redirect
  • Avoid Timeout for Long data entry form

    How can i Avoid Timeout for Long data entry form. I have tried to set timeout in web.config, but no success. I have a website in which data entry form can take long time to fill in necessary information. By the time user is done with filling information, website timeout occur and user is logged out...
    Posted to State Management (Forum) by dotnetguts on 06-05-2009, 12:00 AM
    Filed under: Session, timeout, asp.net, auto saving
  • Session Loss

    Hi All... I have created some asp pages. And in my home page there is a button to pop up a window containing a grid and an Ok button. Each row of the grid containing a check box and a label. And if the ok button in the window is clicked after checking some check boxes the names will be displayed in the...
    Posted to State Management (Forum) by sumeshperoth on 06-05-2009, 12:00 AM
    Filed under: Session, session application variables
  • Session ID in ASP.NET 3.5

    I want to now wether IIS creats a new session id whenever application starts. If i open and close any web application on a single machine 10 times then will IIS create 10 different SessionIDs? If not then how can i know that how many times application reopened? Is this session id expire before i close...
    Posted to State Management (Forum) by nishant23 on 06-04-2009, 12:00 AM
    Filed under: Session, Session ID, .NET 3.5
  • Deleting files in the Session_End event

    Hi, on my website I want to delete some files when the user's session ends so I wrote the following code in the Session_End event: Sub Session_End( ByVal sender As Object , ByVal e As EventArgs) Dim db As New iVertisementDataContext If Not Session.Item( "IsComplete" ) Is Nothing Then Dim...
    Posted to Web Forms (Forum) by dtromp on 06-03-2009, 12:00 AM
    Filed under: session, session timeout, session_end application_end browser window close, Files
  • HttpContext.Current.Session["Id"] and Session["Id"]

    Hi All, Is this two Session[ "Id" ] and HttpContext .Current.Session["Id"] are different or same? many of links says they are same , but if they are same I dont know why I am getting the session["Id"] null some times , on the same time there is data in HttpContext .Current...
    Posted to State Management (Forum) by sirfamol85123 on 06-01-2009, 12:00 AM
    Filed under: Session, httpcontext.Current.SessionVs Session
  • how often does the session get started?

    Hello, I'd like to ask a question which seemed to be obvious to me just few days ago. How often does the session get started or restarted? I was logging user information to database every time the session was started in my application (in global session_started). So I got about 10000 records each...
    Posted to State Management (Forum) by BoogyGoo on 05-26-2009, 12:00 AM
    Filed under: Session, session start, IIS
  • asp.net Session not valid when open new page using showModalDialog

    Hi All, I have a form- default.aspx where there is a linkbutton. On Clientclick of it I am opening a new page- adduser.aspx in javascript using ShowModalDialog.But the session does not persist on the adduser.aspx showModalDialog javascript function. what is happening ? Please Help. ok to reproduct do...
    Posted to State Management (Forum) by sirfamol85123 on 05-26-2009, 12:00 AM
    Filed under: Session, showModalDialog
Page 1 of 47 (461 items) 1 2 3 4 5 Next > ... Last ยป