Skip to content

Commit

Permalink
Merge pull request #33 from ortus-boxlang/development
Browse files Browse the repository at this point in the history
1.0.0-Beta25
  • Loading branch information
lmajano authored Dec 13, 2024
2 parents d284f85 + 95b931f commit 286bed2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Sat Nov 23 12:54:43 UTC 2024
boxlangVersion=1.0.0-beta24
#Mon Dec 02 11:44:43 UTC 2024
boxlangVersion=1.0.0-beta25
jdkVersion=21
version=1.0.0-beta24
version=1.0.0-beta25
group=ortus.boxlang
9 changes: 9 additions & 0 deletions src/test/www/Application.bx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class{
this.sessionManagement = true;
this.sessionCookie = {
secure: true,
httpOnly: true,
sameSite: true,
timeout: createTimeSpan( 0, 0, 20, 0 )
}
}

0 comments on commit 286bed2

Please sign in to comment.