====== Subscriber Notifications (Service 6) ======
{{indexmenu_n>7}}
[[en:dpi:dpi_options:opt_notify|Product Description]]
The reason for constant redirection to the notification page is that the DPI does not see the redirection to the www-site with the notification, so it does not reset the service state. For automatic reset, traffic to the www-server must pass through the DPI.
To reset the subscriber notification service on the web server after displaying the page, it is necessary to issue a command to the DPI:
fdpi_ctrl del --service 6 --ip
**Example:**
fdpi_ctrl del --service 6 --ip 192.168.0.1
For this, you can use [[dpi:dpi_components:platform:subscriber_management:subsman_remote|Remote DPI Management]].
You need to disable caching of the page being redirected to.\\ Options:
- On the web server: Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Pragma: no-cache
- Add ''?'' to the ''ntf_server'' URL parameter — it will be different each time: ntf_server=192.168.0.18/ntf?
[[dpi:dpi_options:opt_notify:notify_conf|More about the]] ''[[dpi:dpi_options:opt_notify:notify_conf|ntf_server]]'' parameter.