On Tue, Jan 15, 2013 at 03:45:07PM +0100, Jan Niezbędny wrote:
> Specific requirements:
> - Attempt to access a resource, should not create a new session if
> this is not yet
> - If the session exists, the attempt to access the resource will cause
> the session will be extended
> 
> Sample tests for java web application running on JBoss AS 7.1 shows
> that it can be any resource such as a static image. But I don’t know
> how it works in perl applications like RT

Accessing a static or public image in RT won't send a cookie (or at
least shouldn't, there's been a number of cleanups in this area).

You'll likely need a simple mason page to do what you want, although
RT's reaction to accessing something that needs a cookie is to
redirect you to login so you'll need to do work on that.

-kevin

Attachment: pgpsxZRrOD6z_.pgp
Description: PGP signature

Reply via email to