[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
"if session logged_in" problems
Using mv3.11
In my "buttonbar.html" file (abbreviated) below, the [else] [/else]
statement is always recognized instead of the [then] [/then] statement, even
when I'm certain that the user is logged in. Can anyone please tell me what
I might be doing wrong? Thanks in advance!
- Stan
<!-- start buttonbar.html -->
[page catalog]HOME[/page]</a>
[if session logged_in]
[then]
[page browse]BROWSE[/page]</a>
[/then]
[else]
[page login]LOGIN</page>
[/else]
[/if]
<!-- end buttonbar.html -->