rejetto forum

Added you to Wikipedia's "Tiny web servers"

lwc · 8 · 5754

0 Members and 1 Guest are viewing this topic.

Offline lwc

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
http://en.wikipedia.org/wiki/Tiny_web_servers#Others
I'm hoping to promote you from "others"... ;)

I also gave you an automated link that would work once one of you picks up the glove and fills up the entry.


Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile

It's already mentioned in Wikipedia -->  http://en.wikipedia.org/wiki/Comparison_of_web_servers
« Last Edit: January 12, 2007, 01:30:02 AM by maverick »
maverick


Offline lwc

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
If you read it through, you could see you're talking about a whole other entry. HFS didn't exist in the entry that is mentioned in this topic until I personally put it there.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
maverick, you are concerned about security, aren't you?
it's up to the (php) software to prevent other people to use the session that's on your URL, because php itself allows it.
i guess this forum does the job well, because it's a good piece of software, but generically i would not rely on it.

signed
-- a php programmer


Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile

rejetto, I don't understand what you are talking about.  ???
maverick


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
the PHPSESSID=aef6d7e02b414140dff3f67eed1ec91c you see in the URL you posted, identifies your browsing session on this forum.
if someone could use that ID, it would use your account.
luckily, wise programmers check the IP address at every request, and refuse the request if the IP changes. (i do it in my php software)


Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile

I wasn't aware of that.  Thanks for letting me know.  I changed the url in the post above.
maverick


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile