If an ATG based web application is available under few subdomains (domain.com, www.domain.com, shop.domain.com) keeping track of session cookies across subdomains may be a challenge. Session tracking cookies (like jsessionid) usually do not have domain property set, which means they are sent back to exactly the same host they came from. So if visitors switch to another subdomain while navigating through the application they would most likely end up having a new session. Depending on what information session holds, the number of visitors and how many simultaneous sessions the server can handle, this may or may not be a problem.
January 2009 Archives
Continue reading ATG session tracking cookies and subdomains..
Don't know why but every once in a while I find myself reading some article, tutorial or case study about error handling and creating useful error messages. No doubt it's very important in what way you serve the bad news (which error messages actually are). But on the other hand, how much time one can spend on error handling and constructing good error messages?
Continue reading Eclipse error message .
Welcome to my new blog powered by Movable Type. Finally got it up and running but it took me a few hours. Cutting the long story short, here is a note of what problems I had and how they were solved.
Continue reading I just finished installing Movable Type.
