Forum Discussion
is BigIP connect Webserver with client?
- hoolio
Cirrostratus
Hi Rajesh, - rajesh_74847
Nimbostratus
Actually we are having website developed in asp.net,as I mentioned that our website is hosted on three server which is manged by Big-IP.Now we want to keep our webpage viewstate in session so our page performance get increased.what we are trying to understand that if we keep our viewstate in session than whether the client request will come will be handled by only one webserver or big ip will route it on another webserver, if same client in same browser put the request next time and webserver get changed than we won't be able to access the view state.
- hoolio
Cirrostratus
The simplest and most effective persistence option is to use cookie insert persistence. When you enable this option on the virtual server, LTM will insert an HTTP cookie in the response and use that cookie on subsequent client requests to track which server the client was sent to on previous HTTP requests. You can create a custom OneConnect profile with a 255.255.255.255 source mask to ensure LTM processes multiple HTTP requests on the same clientside TCP connection. - doc_hack_12696
Nimbostratus
have you tried using persistence. You can either go with Cookie persistence or source ip persistence. Given your description I think going with source ip persistence is better. - rajesh_74847
Nimbostratus
I am using two method LoadPageStateFromPersistenceMedium() and SavePageStateToPersistenceMedium() to store viewstate into session.my problem is not that how to maintain/store viewstate.I have very simple query that whether if any request comes first time from any client to any my webserver than is there any possibility that Big_IP will pass the second time any request from same client within same session to my another webserver? - hoolio
Cirrostratus
If I and dochack understand your requirements correctly, enabling session persistence on the LTM VS will work. I'd suggest using a 255.255.255.255 source mask OneConnect profile and a Cookie Insert Persistence profile on the VIP to do this. Else, source address persistence should work also.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com