[ic] Do not create session

Kyle Cook interchange-users@lists.akopia.com
Fri Jun 29 18:36:00 2001


At 01:35 PM 6/29/01, you wrote:
>How do I make interchange not create a session file for a page request
>based on either the client host address/network or by the page requested?
>
>I have set up my LVS to request IC pages from the real servers. This way
>if IC is down on a particular server that server is taken out of the LVS
>pool. The LVS checks every minute. Many session files are being created. I
>do not want to create a session file for the LVS host. I can control the
>page the LVS checks so if there is anything I could put on a page to
>suppress the creation of the session file that would be great.
>
>I hope I not just being dense. I looked around but could not find a way to
>do this.
>
>Bill Carr
>Worldwide Impact
>bill@worldwideimpact.com
>413.253.6700

I don't know that there is a way to do this, I think by default ALL
requests will use/create a session id BEFORE any page
parsing....maybe someone else knows...?

Maybe you could write a small perl script to check that the
port is listening at least.

Kyle Cook