Jason Charette
|
| Posted: 05/08/2002, 11:52 AM |
|
Using PHP 4.06 (have also tried 4.04), MySQL (have also tried MSAccess and
Postgres 7.1) and IIS 5 (have also tried with Apache).
When creating a new project, if I implement security right away, it works
flawlessly.
If I build a project first, then try to implement security, it doesn work.
It looks like my session data is empty. In other words, I can see session
variables being set, but the vars are empty. I also have gotten various
errors returned as part of my URL from type=notlogged to type=illegalgroup.
Am I doing something dumb, or am I missing something, or is something
broken?
J.
|
|
|
 |
Jason Charette
|
| Posted: 05/10/2002, 7:19 AM |
|
As an aside, the problem seems to occur somewhere between
Login_DoLogin_OnClick (I have registered session variables with proper
information) and CCSecurityAccessCheck (I have registered session variables
without any content - almost like I had been logged out for some reason...).
I'll keep looking....
J>
"Jason Charette" <jasonc@cadlink.com> wrote in message
news:abbs4i$72b$1@news.codecharge.com...
> Using PHP 4.06 (have also tried 4.04), MySQL (have also tried MSAccess and
> Postgres 7.1) and IIS 5 (have also tried with Apache).
>
> When creating a new project, if I implement security right away, it works
> flawlessly.
>
> If I build a project first, then try to implement security, it doesn work.
> It looks like my session data is empty. In other words, I can see session
> variables being set, but the vars are empty. I also have gotten various
> errors returned as part of my URL from type=notlogged to
type=illegalgroup.
>
> Am I doing something dumb, or am I missing something, or is something
> broken?
>
> J.
>
>
|
|
|
 |
Michael Fisher
|
| Posted: 05/26/2002, 5:53 PM |
|
I am using ASP 3.0 and templates.
When I change the security settings AFTER using the wizard, wierd things
abound.
My main problem is the the insert button will not show up on any form. I
manually turned off all restrictions on the page, and the form on the page,
but no go.
The session variables *are* being set - displayed them in the header
"Jason Charette" <jasonc@cadlink.com> wrote in message
news:abbs4i$72b$1@news.codecharge.com...
> Using PHP 4.06 (have also tried 4.04), MySQL (have also tried MSAccess and
> Postgres 7.1) and IIS 5 (have also tried with Apache).
>
> When creating a new project, if I implement security right away, it works
> flawlessly.
>
> If I build a project first, then try to implement security, it doesn work.
> It looks like my session data is empty. In other words, I can see session
> variables being set, but the vars are empty. I also have gotten various
> errors returned as part of my URL from type=notlogged to
type=illegalgroup.
>
> Am I doing something dumb, or am I missing something, or is something
> broken?
>
> J.
>
>
|
|
|
 |
|