summaryrefslogtreecommitdiffstats
path: root/example/view/url3
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-04 14:24:24 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-04 14:24:24 +0100
commit629910e036e5a590903cce9a6461ee660b1dfd6a (patch)
treef14cbe456f053b01f33aacc5704deba4b818d5e4 /example/view/url3
parentb538b3c6519bd5dc026c488bbeab683695abc320 (diff)
downloadzorglub-629910e036e5a590903cce9a6461ee660b1dfd6a.zip
zorglub-629910e036e5a590903cce9a6461ee660b1dfd6a.tar.gz
example: update session part
Diffstat (limited to 'example/view/url3')
-rw-r--r--example/view/url3/index.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/example/view/url3/index.haml b/example/view/url3/index.haml
index ff91a0b..789cf16 100644
--- a/example/view/url3/index.haml
+++ b/example/view/url3/index.haml
@@ -1,6 +1,9 @@
%h2=@title
%p=Time.now.strftime '%H:%M:%S'
-%p=@data
+%p="SID : #{@sid}"
+%p="Session data : #{@data}"
%a{:href=>Node3.r}="reload"
%br
+%a{:href=>Node3.r('reset')}="reset session"
+%br
%a{:href=>Node0.r}="back"