I
I
Ivan Antonov2016-03-24 14:35:09
symfony
Ivan Antonov, 2016-03-24 14:35:09

Cookie_domain cached what to do?

Hello.
We launched a new site on a subdomain by redirecting from the main domain (from the old site). While the DNS for the main domain was being updated, users worked in their personal account through the subdomain. DNS updated, main domain redirects to new site. BUT now users who worked in the personal account on the subdomain cannot get into it on the main domain. Later it turned out that cookies are created for a subdomain, even though authorization takes place on the main one.
What to do?
They can only log in from another browser.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexey, 2016-03-24
@antonowano

Probably the opposite. Users who worked on the domain, after switching to a subdomain, continue to receive cookies that were set on the domain. The easiest option is to change the cookie name. Or teach users to reset cookies. Or make the installation of an "empty" cookie of the same name on the main domain.

D
Dmitry Bay, 2015-01-31
@king_men

Technologies -
canvas js on the frontend
, everything else is standard and there are no particular questions.
According to the database -
Database of sections of houses
database of houses (address, object, design)
Base of floors (which house, which floor, which design, coordinates on the design of the house)
Database of apartments (not free, which floor of which house it belongs to, coordinates on the floor design and other characteristics)
You should also provide for convenient creation for house managers.

A
Alexey Yakhnenko, 2015-01-31
@ayahnenko

this "thing" is called a project for a non-sour number of man-hours.
how to implement? you take a bag of money, hire a team of workers and everything is ok.

P
PP, 2015-01-31
@Kadi

DB:
tables: houses, purchases
displays a list of houses, and for each house there is a buy button. Also shows the "add house" button. When you click the "buy" button, a special form is displayed, there is also a form for adding a house.

Проверить есть ли запрос на покупку дома, 
    если да, то проверить полученные из формы данные, 
        если всё в порядке, то соединиться с БД и добавить данные в таблицу "покупки", 
            если добавление прошло успешно, 
                то изменить статус проданного дома на "продано" в таблице "Дома", 
            или сообщить об ошибке. 
        а если добавить в БД не получилось, то сообщить об ошибке
    если с данными не всё в порядке, то сообщить об ошибке
если запроса на покупку не было, то
Проверить есть ли запрос на добавление дома, 
    если есть, то проверить данные из формы
        если всё в порядке, то добавить их в БД "Дома"
            если добавление прошло успешно, то 
                 сообщить об этом и отправить пользователя на главную страницу
            сообщить об ошибке
        сообщить об ошибке
    сообщить об ошибке
А если запроса на добавление не было, то
    соединиться с БД и выбрать все записи из таблицы "дома", кроме тех, где статус "продано"
        сформировать и показать html страницу
    или же сообщить об ошибке
:)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question