Learning LAMP web developement – 7. User session management and cookies

Written on July 21, 2010 – 2:33 pm | by Stan Kuhn |

What the session is for… Session data is suppose to hold some information about one particular visitor during his browsing session or even longer. Session data is right place where to store identification information or user after log in, information about his preferences how or what to show on the website, to store some information [...]

Tags: ,

Resolving conflicts in Subversion (SVN)

Written on July 6, 2010 – 7:09 pm | by Stan Kuhn |

As I have seen many people not being able to sort out conflict state of their local copy of the project I decided to write a little about it. First of all why do these conflicts happen. Subversion unlike for example SourceSafe from Microsoft by default does not require locking of files in repository when [...]