onSessionEnd.out

Hi folks

Does anyone know what onSessionEnd.out is for? (The file that is)?

It seems to be empty, but has its timestamp frequently updated…

Many thanks
Geoff

looks like something a developer has added for testing and forgot about
it (most likely called from Application.cfc:onSessionEnd()).

I’d search the codebase for “onSessionEnd” to see if there’s any
or something similar with that filename as an argument.On 1/25/2016 1:36 PM, Geoff Parkhurst wrote:

Hi folks

Does anyone know what onSessionEnd.out is for? (The file that is)?

It seems to be empty, but has its timestamp frequently updated…

Many thanks
Geoff

Thanks Igal.

FYI, just tried the same on 5.0.0.98 and it also makes the folder / file.

Regards
GeoffOn 26 January 2016 at 15:37, Igal @ Lucee.org <@Igal> wrote:

ohh… you forgot to mention earlier that it is in WEB-INF.

might be something that one of our developers has forgotten then.

we’ll look into it.

Igal Sapir
Lucee Core Developer
Lucee.org

On 1/26/2016 1:14 AM, Geoff Parkhurst wrote:

Thanks Igal

We do use onSessionEnd, but nothing that performs file operations.

Here’s my testing:

  • Download clean 4.5.2 express
  • Run
  • No “output” folder and no “onSessionEnd.out” file
  • Edit application.cfc to include this.sessionmanagement=true
  • Add in a onSessionEnd function which does nothing (output false /
    returntype void)
  • Set session timeout to tiny value
  • Refresh page

After a few seconds I have WEB-INF/lucee/output/onSessionEnd.out

This file is empty.

With every session that ends, the file remains empty, but the
timestamp keeps ticking along.

Any ideas why it’s there?

Many thanks
Geoff

On 26 January 2016 at 01:02, Igal @ Lucee.org <@Igal> wrote:

looks like something a developer has added for testing and forgot about it
(most likely called from Application.cfc:onSessionEnd()).

I’d search the codebase for “onSessionEnd” to see if there’s any or
something similar with that filename as an argument.

On 1/25/2016 1:36 PM, Geoff Parkhurst wrote:

Hi folks

Does anyone know what onSessionEnd.out is for? (The file that is)?

It seems to be empty, but has its timestamp frequently updated…

Many thanks
Geoff


Love Lucee? Become a supporter and be part of the Lucee project today! -
http://lucee.org/supporters/become-a-supporter.html
— You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/56A6C5B3.4030607%40lucee.org.
For more options, visit https://groups.google.com/d/optout.


Love Lucee? Become a supporter and be part of the Lucee project today! -
http://lucee.org/supporters/become-a-supporter.html

You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/56A792C1.4090309%40lucee.org.

For more options, visit https://groups.google.com/d/optout.

Thanks Igal

We do use onSessionEnd, but nothing that performs file operations.

Here’s my testing:

  • Download clean 4.5.2 express
  • Run
  • No “output” folder and no “onSessionEnd.out” file
  • Edit application.cfc to include this.sessionmanagement=true
  • Add in a onSessionEnd function which does nothing (output false /
    returntype void)
  • Set session timeout to tiny value
  • Refresh page

After a few seconds I have WEB-INF/lucee/output/onSessionEnd.out

This file is empty.

With every session that ends, the file remains empty, but the
timestamp keeps ticking along.

Any ideas why it’s there?

Many thanks
GeoffOn 26 January 2016 at 01:02, Igal @ Lucee.org <@Igal> wrote:

looks like something a developer has added for testing and forgot about it
(most likely called from Application.cfc:onSessionEnd()).

I’d search the codebase for “onSessionEnd” to see if there’s any or
something similar with that filename as an argument.

On 1/25/2016 1:36 PM, Geoff Parkhurst wrote:

Hi folks

Does anyone know what onSessionEnd.out is for? (The file that is)?

It seems to be empty, but has its timestamp frequently updated…

Many thanks
Geoff


Love Lucee? Become a supporter and be part of the Lucee project today! -
http://lucee.org/supporters/become-a-supporter.html
— You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/56A6C5B3.4030607%40lucee.org.
For more options, visit https://groups.google.com/d/optout.

Hi Igal

I’ve raised a ticket for the issue: LDEV-714

Many thanks
GeoffOn 26 January 2016 at 20:20, Geoff Parkhurst <@Geoff_Parkhurst> wrote:

Thanks Igal.

FYI, just tried the same on 5.0.0.98 and it also makes the folder / file.

Regards
Geoff

On 26 January 2016 at 15:37, Igal @ Lucee.org <@Igal> wrote:

ohh… you forgot to mention earlier that it is in WEB-INF.

might be something that one of our developers has forgotten then.

we’ll look into it.

Igal Sapir
Lucee Core Developer
Lucee.org

On 1/26/2016 1:14 AM, Geoff Parkhurst wrote:

Thanks Igal

We do use onSessionEnd, but nothing that performs file operations.

Here’s my testing:

  • Download clean 4.5.2 express
  • Run
  • No “output” folder and no “onSessionEnd.out” file
  • Edit application.cfc to include this.sessionmanagement=true
  • Add in a onSessionEnd function which does nothing (output false /
    returntype void)
  • Set session timeout to tiny value
  • Refresh page

After a few seconds I have WEB-INF/lucee/output/onSessionEnd.out

This file is empty.

With every session that ends, the file remains empty, but the
timestamp keeps ticking along.

Any ideas why it’s there?

Many thanks
Geoff

On 26 January 2016 at 01:02, Igal @ Lucee.org <@Igal> wrote:

looks like something a developer has added for testing and forgot about it
(most likely called from Application.cfc:onSessionEnd()).

I’d search the codebase for “onSessionEnd” to see if there’s any or
something similar with that filename as an argument.

On 1/25/2016 1:36 PM, Geoff Parkhurst wrote:

Hi folks

Does anyone know what onSessionEnd.out is for? (The file that is)?

It seems to be empty, but has its timestamp frequently updated…

Many thanks
Geoff


Love Lucee? Become a supporter and be part of the Lucee project today! -
http://lucee.org/supporters/become-a-supporter.html
— You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/56A6C5B3.4030607%40lucee.org.
For more options, visit https://groups.google.com/d/optout.


Love Lucee? Become a supporter and be part of the Lucee project today! -
http://lucee.org/supporters/become-a-supporter.html

You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/56A792C1.4090309%40lucee.org.

For more options, visit https://groups.google.com/d/optout.

yes, it’s been resolved for the next update.

thank you,

Igal Sapir
Lucee Core Developer
Lucee.org http://lucee.org/On 1/29/2016 3:15 AM, Geoff Parkhurst wrote:

Hi Igal

I’ve raised a ticket for the issue: LDEV-714

Many thanks
Geoff

On 26 January 2016 at 20:20, Geoff Parkhurst <@Geoff_Parkhurst> wrote:

Thanks Igal.

FYI, just tried the same on 5.0.0.98 and it also makes the folder / file.

Regards
Geoff

On 26 January 2016 at 15:37, Igal @ Lucee.org <@Igal> wrote:

ohh… you forgot to mention earlier that it is in WEB-INF.

might be something that one of our developers has forgotten then.

we’ll look into it.

Igal Sapir
Lucee Core Developer
Lucee.org

On 1/26/2016 1:14 AM, Geoff Parkhurst wrote:

Thanks Igal

We do use onSessionEnd, but nothing that performs file operations.

Here’s my testing:

  • Download clean 4.5.2 express
  • Run
  • No “output” folder and no “onSessionEnd.out” file
  • Edit application.cfc to include this.sessionmanagement=true
  • Add in a onSessionEnd function which does nothing (output false /
    returntype void)
  • Set session timeout to tiny value
  • Refresh page

After a few seconds I have WEB-INF/lucee/output/onSessionEnd.out

This file is empty.

With every session that ends, the file remains empty, but the
timestamp keeps ticking along.

Any ideas why it’s there?

Many thanks
Geoff

On 26 January 2016 at 01:02, Igal @ Lucee.org <@Igal> wrote:

looks like something a developer has added for testing and forgot about it
(most likely called from Application.cfc:onSessionEnd()).

I’d search the codebase for “onSessionEnd” to see if there’s any or
something similar with that filename as an argument.

On 1/25/2016 1:36 PM, Geoff Parkhurst wrote:

Hi folks

Does anyone know what onSessionEnd.out is for? (The file that is)?

It seems to be empty, but has its timestamp frequently updated…

Many thanks
Geoff


Love Lucee? Become a supporter and be part of the Lucee project today! -
http://lucee.org/supporters/become-a-supporter.html
— You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/56A6C5B3.4030607%40lucee.org.
For more options, visit https://groups.google.com/d/optout.


Love Lucee? Become a supporter and be part of the Lucee project today! -
http://lucee.org/supporters/become-a-supporter.html

You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/56A792C1.4090309%40lucee.org.

For more options, visit https://groups.google.com/d/optout.