why login for each page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
ofb
Reply | Threaded
Open this post in threaded view
|

why login for each page

ofb
Hi

Can somone please answer my question.
I have the Ofbiz revision 732509 on my system.
For each and every link Iam trying to access, Iam asked to login.
Is it some kind of bug or is this  version implemented  that way.

Thankyou
Reply | Threaded
Open this post in threaded view
|

Re: why login for each page

kunal aggarwal
Hello Deepika,

Login is for module based as well as feature based user authentication. It
is good for Good ERP systems. This is not a bug but a granular level of
authentication.

Kunal


On Tue, Jan 20, 2009 at 12:30 AM, Deepika Deepika <[hidden email]>wrote:

> Hi
>
> Can somone please answer my question.
> I have the Ofbiz revision 732509 on my system.
> For each and every link Iam trying to access, Iam asked to login.
> Is it some kind of bug or is this  version implemented  that way.
>
> Thankyou
>
Reply | Threaded
Open this post in threaded view
|

Re: why login for each page

BJ Freeman
In reply to this post by ofb
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

can you repoduce this on the demo server?
have you checked if your browser accepts cookies?
have you done
ant clean
ant build

Deepika Deepika sent the following on 1/19/2009 11:00 AM:
> Hi
>
> Can somone please answer my question.
> I have the Ofbiz revision 732509 on my system.
> For each and every link Iam trying to access, Iam asked to login.
> Is it some kind of bug or is this  version implemented  that way.
>
> Thankyou
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJdNSrrP3NbaWWqE4RAut9AJ9oK7XqV/Ix9IA09SADYjNWHCJZeACgvMc8
qGNokaX39rwWAdnfEqb+2u0=
=CHe3
-----END PGP SIGNATURE-----
ofb
Reply | Threaded
Open this post in threaded view
|

Re: why login for each page

ofb
I have checked with demo server. It does not ask me to login again and and again for each and every screen. it happens only in my system. i have also checkked the cookies- my browser accepts cookies. I have done the ant clean and ant build too. What could be the problem.
Thanks
BJ Freeman wrote
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

can you repoduce this on the demo server?
have you checked if your browser accepts cookies?
have you done
ant clean
ant build

Deepika Deepika sent the following on 1/19/2009 11:00 AM:
> Hi
>
> Can somone please answer my question.
> I have the Ofbiz revision 732509 on my system.
> For each and every link Iam trying to access, Iam asked to login.
> Is it some kind of bug or is this  version implemented  that way.
>
> Thankyou
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJdNSrrP3NbaWWqE4RAut9AJ9oK7XqV/Ix9IA09SADYjNWHCJZeACgvMc8
qGNokaX39rwWAdnfEqb+2u0=
=CHe3
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: why login for each page

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

you can have a different download for the current svn then run a diff
between the two so see what is changed.
the easiest to to update to the current svn, since there is no problem.

ofb sent the following on 1/19/2009 12:49 PM:

> I have checked with demo server. It does not ask me to login again and and
> again for each and every screen. it happens only in my system. i have also
> checkked the cookies- my browser accepts cookies. I have done the ant clean
> and ant build too. What could be the problem.
> Thanks
>
> BJ Freeman wrote:
> can you repoduce this on the demo server?
> have you checked if your browser accepts cookies?
> have you done
> ant clean
> ant build
>
> Deepika Deepika sent the following on 1/19/2009 11:00 AM:
>>>> Hi
>>>>
>>>> Can somone please answer my question.
>>>> I have the Ofbiz revision 732509 on my system.
>>>> For each and every link Iam trying to access, Iam asked to login.
>>>> Is it some kind of bug or is this  version implemented  that way.
>>>>
>>>> Thankyou
>>>>
>>
>>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJdS17rP3NbaWWqE4RAi2IAKCmcLy1H6/ImObhHZxCHkN6NvhuLQCg0Zl2
CVL1ExPP+owShg4uh2ZbFKs=
=HhaY
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: why login for each page

ChristopherJ
I have noticed the same problem on my server.
It even occurs when clicking on something in the tab bar.
The only way I have found to get around the problem
is to use the IP address when logging on to ofbiz (192.*.*.*/accounting)
instead of the full FQDN (ofbiz.ofbiz.co.za/accounting)
I think I might have a dns problem somewhere.  
Reply | Threaded
Open this post in threaded view
|

Re: why login for each page

hans_bakker
If you are using Apache as a frontend the problem could be there,
check you configuration....if you forward the request, forward it to
"localhost" and not the FQDN

Regards,
Hans

On Mon, 2009-01-19 at 22:02 -0800, ChristopherJ wrote:
> I have noticed the same problem on my server.
> It even occurs when clicking on something in the tab bar.
> The only way I have found to get around the problem
> is to use the IP address when logging on to ofbiz (192.*.*.*/accounting)
> instead of the full FQDN (ofbiz.ofbiz.co.za/accounting)
> I think I might have a dns problem somewhere.  
>
--
Antwebsystems.com: Quality OFBiz services for competitive prices

Reply | Threaded
Open this post in threaded view
|

Re: why login for each page

ChristopherJ
Hi Hans

So what you are saying is that when you are
connected to the apache server, Apache should use local host
instead of it´s FQDN. Where would one locate these settings
because I think I need to review them.

Thanks.
   
 
hansbak wrote
If you are using Apache as a frontend the problem could be there,
check you configuration....if you forward the request, forward it to
"localhost" and not the FQDN

Regards,
Hans

On Mon, 2009-01-19 at 22:02 -0800, ChristopherJ wrote:
> I have noticed the same problem on my server.
> It even occurs when clicking on something in the tab bar.
> The only way I have found to get around the problem
> is to use the IP address when logging on to ofbiz (192.*.*.*/accounting)
> instead of the full FQDN (ofbiz.ofbiz.co.za/accounting)
> I think I might have a dns problem somewhere.  
>
--
Antwebsystems.com: Quality OFBiz services for competitive prices
Reply | Threaded
Open this post in threaded view
|

Re: why login for each page

hans_bakker
hi Christopher,

have a look at:
http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook
+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD

ajp is a better method than forward and is described here....

regards,
Hans


On Mon, 2009-01-19 at 23:08 -0800, ChristopherJ wrote:

> Hi Hans
>
> So what you are saying is that when you are
> connected to the apache server, Apache should use local host
> instead of it´s FQDN. Where would one locate these settings
> because I think I need to review them.
>
> Thanks.
>    
>  
>
> hansbak wrote:
> >
> > If you are using Apache as a frontend the problem could be there,
> > check you configuration....if you forward the request, forward it to
> > "localhost" and not the FQDN
> >
> > Regards,
> > Hans
> >
> > On Mon, 2009-01-19 at 22:02 -0800, ChristopherJ wrote:
> >> I have noticed the same problem on my server.
> >> It even occurs when clicking on something in the tab bar.
> >> The only way I have found to get around the problem
> >> is to use the IP address when logging on to ofbiz (192.*.*.*/accounting)
> >> instead of the full FQDN (ofbiz.ofbiz.co.za/accounting)
> >> I think I might have a dns problem somewhere.  
> >>
> > --
> > Antwebsystems.com: Quality OFBiz services for competitive prices
> >
> >
> >
>
--
Antwebsystems.com: Quality OFBiz services for competitive prices