676
HFS ~ HTTP File Server / Re: Old question but...
« on: November 12, 2014, 09:33:18 PM »
as previously posted in the forums you might have seen, it has to do with many factors..
For instance lets take fire fox here:
https://support.mozilla.org/en-US/kb/fix-login-issues-on-websites-require-passwords
fire fox, use cookies to hold its authentication (there more and other but to jsut simlfy...)
the "login " are in cookies form..
In order to log out you must clear the cookie cache and or delete browsing data...
In actuality, it is a browser issues not HFS...
Hfs is only authenticating the log in and is not supplying a current session (to log out) ....
as (multiply random ports open for normal web trafic)
Now for instance, In chrome (the same is true) except you have to delete some user data cache...
in Internet explorer, you can (might be able, not tested...) accomplish this via the "nomerge" option:
http://support.microsoft.com/kb/968341
-----------------
As for the issue at hand, HFS to my knowledge doesn't have the functionality to act to accommodate all Authentication Methods... Example: login and log out...
There are other known web programs that do suchas
(ubuntu LAMP) http://httpd.apache.org/ using .htacess on apache
Windows IIS...http://www.iis.net/ ...
http://msdn.microsoft.com/en-us/library/ee825205(v=cs.10).aspx
---
Although i think the programs such as rejeto might incorporate this later on.(hfs server side and webs side configuration and login and logout windows/funcatility
http://www.rejetto.com/forum/hfs-~-http-file-server/hfs-and-phpmysql/msg1059118/#msg1059118
(kind of why i was pushing a while back to incorapter PHP... mabe in hfs 3.0 or for quite some good time... )
I was able to get php to work a little in hfs:
see youbte link: (30 min going overe php login and logout-acount creations...)
http://www.youtube.com/watch?v=gav4HmZ8xe8
For instance lets take fire fox here:
https://support.mozilla.org/en-US/kb/fix-login-issues-on-websites-require-passwords
fire fox, use cookies to hold its authentication (there more and other but to jsut simlfy...)
the "login " are in cookies form..
In order to log out you must clear the cookie cache and or delete browsing data...
In actuality, it is a browser issues not HFS...
Hfs is only authenticating the log in and is not supplying a current session (to log out) ....
as (multiply random ports open for normal web trafic)
Now for instance, In chrome (the same is true) except you have to delete some user data cache...
in Internet explorer, you can (might be able, not tested...) accomplish this via the "nomerge" option:
http://support.microsoft.com/kb/968341
-----------------
As for the issue at hand, HFS to my knowledge doesn't have the functionality to act to accommodate all Authentication Methods... Example: login and log out...
There are other known web programs that do suchas
(ubuntu LAMP) http://httpd.apache.org/ using .htacess on apache
Windows IIS...http://www.iis.net/ ...
http://msdn.microsoft.com/en-us/library/ee825205(v=cs.10).aspx
---
Although i think the programs such as rejeto might incorporate this later on.(hfs server side and webs side configuration and login and logout windows/funcatility
http://www.rejetto.com/forum/hfs-~-http-file-server/hfs-and-phpmysql/msg1059118/#msg1059118
(kind of why i was pushing a while back to incorapter PHP... mabe in hfs 3.0 or for quite some good time... )
I was able to get php to work a little in hfs:
see youbte link: (30 min going overe php login and logout-acount creations...)
http://www.youtube.com/watch?v=gav4HmZ8xe8